From 774020dd9de50b812a68369206e9f0942102b439 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 27 Aug 2004 13:00:33 +0000 Subject: [PATCH] compat needs HAVE_COMPAT itself --- compat/semaphore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compat/semaphore.c b/compat/semaphore.c index 0a0cb45..b9679d9 100644 --- a/compat/semaphore.c +++ b/compat/semaphore.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.c,v 1.1 2002-08-20 12:27:50 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.c,v 1.2 2004-08-27 13:00:33 hadaq Exp $"; #define _XOPEN_SOURCE @@ -24,6 +24,7 @@ union semun { #endif +#define HAVE_LIBCOMPAT #include "semaphore.h" static char *name2Path(char *path, char *name) -- 2.43.0