1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

define semun for broken solaris sysvipc

(This used to be commit 4db076e08bec525ee908a391b22fdc12cc66bc27)
This commit is contained in:
Andrew Tridgell 1997-10-28 14:55:22 +00:00
parent e75de8adc6
commit d6739a10d0

View File

@ -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 */