Ticket #377: libc-dmik-no-bsd.diff
File libc-dmik-no-bsd.diff, 893 bytes (added by , 7 years ago) |
---|
-
usr/include/types.h
old new 23 23 24 24 #define NIL ((char *) 0) 25 25 #define PZERO 0 26 #if 0 /* Don't pretend we're BSD (see sys/param.h) */ 26 27 #define BSD 43 28 #endif 27 29 #ifndef TRUE 28 30 #define TRUE 1 29 31 #endif -
usr/include/sys/param.h
old new 23 23 #endif 24 24 25 25 26 #if 0 /* Don't pretend we're BSD (see below) */ 26 27 /** @group BSD version defines. 27 28 * OS2: The toolkit headers define these. Resent FreeBSD release does too. 28 29 * Warning! Be aware that config scripts and programs may check for these and … … 43 44 #define BSD4_4 1 44 45 #endif 45 46 /** @} */ 46 47 #endif 47 48 48 49 #ifndef LOCORE 49 50 #include "../types.h" /* #include <types.h> frequently includes the wrong header. */