From: hadaq Date: Fri, 27 Aug 2004 13:00:33 +0000 (+0000) Subject: compat needs HAVE_COMPAT itself X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=774020dd9de50b812a68369206e9f0942102b439;p=daqdata.git compat needs HAVE_COMPAT itself --- 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)