summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-09-19 20:28:22 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-09-19 20:28:22 +0000
commit741d323b5ead9e3d1242cfddad99784e4ad19320 (patch)
tree570288b828f0424721249818f369f34c604d1218
parent43b28429ef45aca3653ec9f2763e6d12ee5072c9 (diff)
downloadpostgresql-741d323b5ead9e3d1242cfddad99784e4ad19320.tar.gz
Hey, I didn't take it out, and its in the 2.0 source tree...*sigh*
-rw-r--r--src/backend/storage/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/storage/ipc.h b/src/backend/storage/ipc.h
index 8a4d2225c4..461dfb9db9 100644
--- a/src/backend/storage/ipc.h
+++ b/src/backend/storage/ipc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.4.2.1 1996/08/19 13:47:13 scrappy Exp $
+ * $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -123,6 +123,7 @@ extern int S_LOCK_FREE(slock_t *lock);
defined(PORTNAME_sparc_solaris) || \
defined(PORTNAME_ultrix4) || \
defined(PORTNAME_svr4) || \
+ defined(PORTNAME_bsdi) || \
defined(WIN32)
union semun {
int val;