From owner-cvs-usrsbin Sat Mar 29 04:50:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26162 for cvs-usrsbin-outgoing; Sat, 29 Mar 1997 04:50:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA26154; Sat, 29 Mar 1997 04:50:42 -0800 (PST) Date: Sat, 29 Mar 1997 04:50:42 -0800 (PST) From: Bruce Evans Message-Id: <199703291250.EAA26154@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin, cvs-usrsbin Subject: cvs commit: src/usr.bin/fstat fstat.c src/usr.sbin/pstat pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/29 04:50:42 Modified: usr.bin/fstat fstat.c usr.sbin/pstat pstat.c Log: 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. Revision Changes Path 1.10 +0 -4 src/usr.bin/fstat/fstat.c 1.28 +0 -4 src/usr.sbin/pstat/pstat.c