File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 ) || \
You can’t perform that action at this time.
0 commit comments