mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Brought in NEOSOFT's port to i386_solaris
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.1.1.1 1996/07/09 06:21:54 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.2 1996/07/20 08:35:52 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@@ -47,7 +47,7 @@ int UsePrivateMemory = 1;
|
||||
int UsePrivateMemory = 0;
|
||||
#endif
|
||||
|
||||
#if defined(PORTNAME_bsdi)
|
||||
#if defined(PORTNAME_bsdi)||defined(PORTNAME_i386_solaris)
|
||||
/* hacka, hacka, hacka (XXX) */
|
||||
union semun {
|
||||
int val; /* value for SETVAL */
|
||||
|
||||
Reference in New Issue
Block a user