freebsd-ports/devel/libshbuf/files/patch-internal.h
Ying-Chieh Liao 636e027b6e add libshbuf 0.0.2
Library for Shared Buffer IPC
2002-05-06 14:47:14 +00:00

12 lines
414 B
C

--- src/internal.h.orig Mon May 6 22:38:42 2002
+++ src/internal.h Mon May 6 22:40:33 2002
@@ -72,7 +72,7 @@
pthread_t thread;
};
-#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
+#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__FreeBSD__))
/* union semun is defined by including <sys/sem.h> */
#else
/* according to X/OPEN we have to define it ourselves */