Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit423a715

Browse files
committed
Quick patch for compiling under BSD/OS 2.0 from Bruce
1 parent7d1402d commit423a715

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/backend/storage/ipc.h

Lines changed: 4 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 1996/07/26 20:39:04 scrappy Exp $
9+
* $Id: ipc.h,v 1.5 1996/08/04 21:03:23 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -114,10 +114,13 @@ extern int S_LOCK_FREE(slock_t *lock);
114114
* cannot do so), we use System V semaphores. We also use them for
115115
* long locks. For some reason union semun is never defined in the
116116
* System V header files so we must do it ourselves.
117+
*
118+
* bsdi_2_1 does not need this
117119
*/
118120
#if defined(sequent)|| \
119121
defined(PORTNAME_aix)|| \
120122
defined(PORTNAME_alpha)|| \
123+
defined(PORTNAME_bsdi)|| \
121124
defined(PORTNAME_hpux)|| \
122125
defined(PORTNAME_i386_solaris)|| \
123126
defined(PORTNAME_sparc_solaris)|| \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp