]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Hey, I didn't take it out, and its in the 2.0 source tree...*sigh*
authorMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:28:22 +0000 (20:28 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:28:22 +0000 (20:28 +0000)
src/backend/storage/ipc.h

index 8a4d2225c48ab463a4c08cba41286ff534bc6dd4..461dfb9db9bc55d3ee923f1d30ab154b7bd4a410 100644 (file)
@@ -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;