]> granicus.if.org Git - postgresql/commitdiff
Missed a small patch fro mBruce for BSDi
authorMarc G. Fournier <scrappy@hub.org>
Fri, 26 Jul 1996 20:39:04 +0000 (20:39 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 26 Jul 1996 20:39:04 +0000 (20:39 +0000)
src/backend/storage/buf_internals.h
src/backend/storage/ipc.h

index 8e85b3000a9cfdda5378b1070a6d34762d7d0ca3..78595b0aeb268173021d4940430c86bc6d092c1f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf_internals.h,v 1.3 1996/07/23 05:43:11 scrappy Exp $
+ * $Id: buf_internals.h,v 1.4 1996/07/26 20:39:03 scrappy Exp $
  *
  * NOTE
  *     If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -164,6 +164,7 @@ struct sbufdesc {
 
 #if defined(PORTNAME_BSD44_derived) || \
     defined(PORTNAME_bsdi) || \
+    defined(PORTNAME_bsdi_2_1) || \
     defined(PORTNAME_i386_solaris) || \
     defined(PORTNAME_linux) || \
     defined(PORTNAME_sparc) || \
index 174e672e3d9d7e92ac9426a2f169076f32010421..9a4bfe7411dfaa98152122ee94cdbb6e11b7ad5f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ipc.h,v 1.3 1996/07/22 22:59:43 scrappy Exp $
+ * $Id: ipc.h,v 1.4 1996/07/26 20:39:04 scrappy Exp $
  *
  * NOTES
  *    This file is very architecture-specific.  This stuff should actually
@@ -34,6 +34,7 @@
     defined(PORTNAME_alpha) || \
     defined(PORTNAME_BSD44_derived) || \
     defined(PORTNAME_bsdi) || \
+    defined(PORTNAME_bsdi_2_1) || \
     defined(PORTNAME_hpux) || \
     defined(PORTNAME_i386_solaris) || \
     defined(PORTNAME_irix5) || \