comparison src/s/386bsd.h @ 3590:d5f22061277d

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:33:38 +0000
parents 88e091efba6c
children 19f077831e72
comparison
equal deleted inserted replaced
3589:6af3ae2976d0 3590:d5f22061277d
1 /* s/ file for 386bsd system. */ 1 /* s/ file for 386bsd system. */
2 2
3 /* Get most of the stuff from bsd4.3 */ 3 /* Get most of the stuff from bsd4.3 */
4 #include "bsd4-3.h" 4 #include "bsd4-3.h"
5 5
6 /* The folowing should be set to /netbsd if you are running netbsd > 0.8 6 /* The following should be set to /netbsd if you are running netbsd > 0.8
7 Or just link /netbsd -> /386bsd */ 7 Or just link /netbsd -> /386bsd */
8 #undef KERNEL_FILE 8 #undef KERNEL_FILE
9 #define KERNEL_FILE "/386bsd" 9 #define KERNEL_FILE "/386bsd"
10 10
11 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 11 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)