Skip to content

Commit 741d323

Browse files
committed
Hey, I didn't take it out, and its in the 2.0 source tree...*sigh*
1 parent 43b2842 commit 741d323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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.4.2.1 1996/08/19 13:47:13 scrappy Exp $
9+
* $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -123,6 +123,7 @@ extern int S_LOCK_FREE(slock_t *lock);
123123
defined(PORTNAME_sparc_solaris) || \
124124
defined(PORTNAME_ultrix4) || \
125125
defined(PORTNAME_svr4) || \
126+
defined(PORTNAME_bsdi) || \
126127
defined(WIN32)
127128
union semun {
128129
int val;

0 commit comments

Comments
 (0)