mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
16 lines
376 B
C++
16 lines
376 B
C++
--- sync.cpp.orig Fri Mar 2 17:01:17 2001
|
|
+++ sync.cpp Fri Mar 2 17:03:08 2001
|
|
@@ -160,11 +160,11 @@
|
|
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
|
|
/* union semun is defined by including <sys/sem.h> */
|
|
#else
|
|
-union semun {
|
|
+/*union semun {
|
|
int val;
|
|
struct semid_ds* buf;
|
|
unsigned short* array;
|
|
-};
|
|
+};*/
|
|
#endif
|
|
static union semun u;
|
|
|