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. --- sbin/badsect/badsect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/badsect/badsect.c') diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 01f8ea2..4526c1b 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -52,12 +52,12 @@ static const char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; * does not support bad block forwarding. */ #include -#include #include #include #include +#include #include #include #include @@ -92,7 +92,7 @@ main(argc, argv) daddr_t diskbn; daddr_t number; struct stat stbuf, devstat; - register struct direct *dp; + register struct dirent *dp; DIR *dirp; char name[2 * MAXPATHLEN]; char *name_dir_end; -- cgit v1.1