comparison src/s/386bsd.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 0cbb394cbd82
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
4 #include "bsd4-3.h" 4 #include "bsd4-3.h"
5 5
6 #undef LIB_STANDARD 6 #undef LIB_STANDARD
7 #define LIB_STANDARD -lc $(GNULIB_VAR) 7 #define LIB_STANDARD -lc $(GNULIB_VAR)
8 8
9 /* The following should be set to /netbsd if you are running netbsd > 0.8 9 /* The following should be set to /netbsd if you are running netbsd > 0.8
10 Or just link /netbsd -> /386bsd */ 10 Or just link /netbsd -> /386bsd */
11 #undef KERNEL_FILE 11 #undef KERNEL_FILE
12 #define KERNEL_FILE "/386bsd" 12 #define KERNEL_FILE "/386bsd"
13 13
14 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 14 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)