comparison src/s/freebsd.h @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 0d2f883870bc
children 538048ae2ab8
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
86 #undef BSD 86 #undef BSD
87 #if __FreeBSD__ == 1 87 #if __FreeBSD__ == 1
88 #define BSD 199103 88 #define BSD 199103
89 #elif __FreeBSD__ == 2 89 #elif __FreeBSD__ == 2
90 #define BSD 199306 90 #define BSD 199306
91 #elif __FreeBSD__ == 3
92 #define BSD 199506
91 #endif 93 #endif
92 94
93 #undef HAVE_UNION_WAIT 95 #undef HAVE_UNION_WAIT
94 /* #### XEmacs: Is this necessary? */ 96 /* #### XEmacs: Is this necessary? */
95 #define WRETCODE(w) (_W_INT(w) >> 8) 97 #define WRETCODE(w) (_W_INT(w) >> 8)