aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-04 21:03:23 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-04 21:03:23 +0000
commit423a71598939166acf36f80475d486e071ef117f (patch)
treec64fd184c6e2811a2bb4b4255dda56d19c1fdd82 /src
parent7d1402d0716ec3d48ff827d05276855e4234e42c (diff)
downloadpostgresql-423a71598939166acf36f80475d486e071ef117f.tar.gz
postgresql-423a71598939166acf36f80475d486e071ef117f.zip
Quick patch for compiling under BSD/OS 2.0 from Bruce
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/ipc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/backend/storage/ipc.h b/src/backend/storage/ipc.h
index 9a4bfe7411d..9dae6da5ffe 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 1996/07/26 20:39:04 scrappy Exp $
+ * $Id: ipc.h,v 1.5 1996/08/04 21:03:23 scrappy Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -114,10 +114,13 @@ extern int S_LOCK_FREE(slock_t *lock);
* cannot do so), we use System V semaphores. We also use them for
* long locks. For some reason union semun is never defined in the
* System V header files so we must do it ourselves.
+ *
+ * bsdi_2_1 does not need this
*/
#if defined(sequent) || \
defined(PORTNAME_aix) || \
defined(PORTNAME_alpha) || \
+ defined(PORTNAME_bsdi) || \
defined(PORTNAME_hpux) || \
defined(PORTNAME_i386_solaris) || \
defined(PORTNAME_sparc_solaris) || \