summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/ipc.c')
-rw-r--r--src/backend/storage/ipc/ipc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/ipc.c b/src/backend/storage/ipc/ipc.c
index b9834c0f8d6..cc414e66451 100644
--- a/src/backend/storage/ipc/ipc.c
+++ b/src/backend/storage/ipc/ipc.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.22 1998/06/15 19:29:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.23 1998/06/18 03:44:00 momjian Exp $
*
* NOTES
*
@@ -45,6 +45,7 @@
#include <sys/ipc.h>
#endif
+#ifdef NOT_USED
#if defined(bsd44)
int UsePrivateMemory = 1;
@@ -52,6 +53,7 @@ int UsePrivateMemory = 1;
int UsePrivateMemory = 0;
#endif
+#endif
static void IpcMemoryDetach(int status, char *shmaddr);