diff options
author | bde <bde@FreeBSD.org> | 1996-09-24 08:43:04 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-24 08:43:04 +0000 |
commit | 86c863abe8f56df1d8eb4b0ff115423a0f055a44 (patch) | |
tree | c38d3e1566928b2978ebda47d2307d0f9f3f39f6 /usr.bin/systat | |
parent | d2512c2bf99a15faab2ee38b498042767afbfc50 (diff) | |
download | FreeBSD-src-86c863abe8f56df1d8eb4b0ff115423a0f055a44.zip FreeBSD-src-86c863abe8f56df1d8eb4b0ff115423a0f055a44.tar.gz |
Really eliminated includes of the "temporary" backwards compatibility
header <sys/dir.h> in applications. My previous sweep didn't find the
places that included it without needing it.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/pigs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 002defc..fc12e51 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -41,7 +41,6 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #include <sys/param.h> #include <sys/dkstat.h> -#include <sys/dir.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/user.h> |