From 4f000a95d2130d879224c2d13758468253802fa6 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 29 Mar 1997 12:50:41 +0000 Subject: Removed `#define KERNEL'. This was a hack-around for nfs.h being broken in the Lite2 merge to not export some nfs constants. It started causing warnings when I added a kernel-only #define for DIRBLKSIZ. Removed `#define NFS'. This was an old, bad interface for telling to export nfs stuff. --- usr.sbin/pstat/pstat.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 31ff096..c98dbd1e 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -49,9 +49,7 @@ static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #include #include #include -#define NFS #include -#undef NFS #include #include #include @@ -59,9 +57,7 @@ static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #include #include #include -#define KERNEL #include -#undef KERNEL #include #include #include /* XXX NTTYDISC is too well hidden */ -- cgit v1.1