comparison src/s/netbsd.h @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 0132846995bd
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
3 /* s/ file for netbsd system. */ 3 /* s/ file for netbsd system. */
4 4
5 /* Get most of the stuff from bsd4.3 */ 5 /* Get most of the stuff from bsd4.3 */
6 #include "bsd4-3.h" 6 #include "bsd4-3.h"
7 7
8 /* limits that lisp.h might have to guess otherwise */
9 #include <limits.h>
10 #undef BSD 8 #undef BSD
11 9
12 #ifndef NOT_C_CODE 10 #ifndef NOT_C_CODE
13 #include <sys/param.h> 11 #include <sys/param.h>
14 #include <sys/exec.h> 12 #include <sys/exec.h>