comparison src/s/freebsd.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
19 /* These aren't needed, since we have getloadavg. */ 19 /* These aren't needed, since we have getloadavg. */
20 #undef KERNEL_FILE 20 #undef KERNEL_FILE
21 #undef LDAV_SYMBOL 21 #undef LDAV_SYMBOL
22 22
23 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 23 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
24
25 #define INTERRUPTIBLE_OPEN
26 24
27 #define LIBS_DEBUG 25 #define LIBS_DEBUG
28 /* FreeBSD 2.2 or later */ 26 /* FreeBSD 2.2 or later */
29 #ifndef __FreeBSD_version 27 #ifndef __FreeBSD_version
30 #include <osreldate.h> 28 #include <osreldate.h>