From d6739a10d0f7ef3c6034bb2690446e6575b8085b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Oct 1997 14:55:22 +0000 Subject: define semun for broken solaris sysvipc (This used to be commit 4db076e08bec525ee908a391b22fdc12cc66bc27) --- source3/include/includes.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3') diff --git a/source3/include/includes.h b/source3/include/includes.h index da736fb225..48e79b4292 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -320,6 +320,14 @@ extern int innetgr (const char *, const char *, const char *, const char *); #define USE_GETCWD #define USE_SETSID #define USE_SYSV_IPC + +union semun { + int val; + struct semid_ds *buf; + ushort *array; +}; + + #ifndef REPLACE_GETPASS #define REPLACE_GETPASS #endif /* REPLACE_GETPASS */ -- cgit