comparison src/s/freebsd.h @ 66:cc4664d4732c r19-16-pre8

Import from CVS: tag r19-16-pre8
author cvs
date Mon, 13 Aug 2007 08:59:44 +0200
parents 4103f0995bd7
children 131b0175ea99
comparison
equal deleted inserted replaced
65:3189028d0229 66:cc4664d4732c
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)