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. --- games/fortune/fortune/fortune.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 05dcb05..e993a1b 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -46,8 +46,8 @@ static const char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; # include # include -# include +# include # include # include # include @@ -693,11 +693,7 @@ add_dir(fp) register FILEDESC *fp; { register DIR *dir; -#ifdef SYSV - register struct dirent *dirent; /* NIH, of course! */ -#else - register struct direct *dirent; -#endif + register struct dirent *dirent; auto FILEDESC *tailp; auto char *name; -- cgit v1.1