From d2512c2bf99a15faab2ee38b498042767afbfc50 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 24 Sep 1996 08:08:11 +0000 Subject: Eliminated includes of the "temporary" backwards compatibility header in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. --- usr.bin/rwho/rwho.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rwho/rwho.c') diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index 0f6570e..9ba05e2 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -42,9 +42,9 @@ static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -#include #include #include +#include #include #include #include @@ -78,7 +78,7 @@ main(argc, argv) extern char *optarg; extern int optind; int ch; - struct direct *dp; + struct dirent *dp; int cc, width; register struct whod *w = &wd; register struct whoent *we; -- cgit v1.1