|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
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 $ |
10 | 10 | * |
11 | 11 | * NOTES |
12 | 12 | * This file is very architecture-specific. This stuff should actually |
@@ -114,10 +114,13 @@ extern int S_LOCK_FREE(slock_t *lock); |
114 | 114 | * cannot do so), we use System V semaphores. We also use them for |
115 | 115 | * long locks. For some reason union semun is never defined in the |
116 | 116 | * System V header files so we must do it ourselves. |
| 117 | + * |
| 118 | + * bsdi_2_1 does not need this |
117 | 119 | */ |
118 | 120 | #if defined(sequent)|| \ |
119 | 121 | defined(PORTNAME_aix)|| \ |
120 | 122 | defined(PORTNAME_alpha)|| \ |
| 123 | + defined(PORTNAME_bsdi)|| \ |
121 | 124 | defined(PORTNAME_hpux)|| \ |
122 | 125 | defined(PORTNAME_i386_solaris)|| \ |
123 | 126 | defined(PORTNAME_sparc_solaris)|| \ |
|