Skip to content

Commit 95b6f6e

Browse files
committed
Missed a small patch fro mBruce for BSDi
1 parent f45dfa6 commit 95b6f6e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/backend/storage/buf_internals.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: buf_internals.h,v 1.3 1996/07/23 05:43:11 scrappy Exp $
9+
* $Id: buf_internals.h,v 1.4 1996/07/26 20:39:03 scrappy Exp $
1010
*
1111
* NOTE
1212
* If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -164,6 +164,7 @@ struct sbufdesc {
164164

165165
#if defined(PORTNAME_BSD44_derived) || \
166166
defined(PORTNAME_bsdi) || \
167+
defined(PORTNAME_bsdi_2_1) || \
167168
defined(PORTNAME_i386_solaris) || \
168169
defined(PORTNAME_linux) || \
169170
defined(PORTNAME_sparc) || \

src/backend/storage/ipc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: ipc.h,v 1.3 1996/07/22 22:59:43 scrappy Exp $
9+
* $Id: ipc.h,v 1.4 1996/07/26 20:39:04 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -34,6 +34,7 @@
3434
defined(PORTNAME_alpha) || \
3535
defined(PORTNAME_BSD44_derived) || \
3636
defined(PORTNAME_bsdi) || \
37+
defined(PORTNAME_bsdi_2_1) || \
3738
defined(PORTNAME_hpux) || \
3839
defined(PORTNAME_i386_solaris) || \
3940
defined(PORTNAME_irix5) || \

0 commit comments

Comments
 (0)