1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

multiple define of 'union semun' removed

submitted by: dr. george
This commit is contained in:
Marc G. Fournier
1996-07-25 19:45:31 +00:00
parent fd35587d4c
commit 31cae34d07
2 changed files with 3 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.2 1996/07/20 08:35:52 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.3 1996/07/25 19:45:24 scrappy Exp $
*
* NOTES
*
@@ -47,16 +47,6 @@ int UsePrivateMemory = 1;
int UsePrivateMemory = 0;
#endif
#if defined(PORTNAME_bsdi)||defined(PORTNAME_i386_solaris)
/* hacka, hacka, hacka (XXX) */
union semun {
int val; /* value for SETVAL */
struct semid_ds *buf; /* buffer for IPC_STAT & IPC_SET */
ushort *array; /* array for GETALL & SETALL */
};
#endif
/* ----------------------------------------------------------------
* exit() handling stuff
* ----------------------------------------------------------------