From 5b9dbaee0efeaf013f1e71dca96cd3d56c7f4d85 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 23 Sep 2002 04:10:15 +0000 Subject: Add missing includes, breaks and semicolons to appease gcc3; David Krause deraadt@ OK --- usr.bin/lndir/lndir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/lndir/lndir.c') diff --git a/usr.bin/lndir/lndir.c b/usr.bin/lndir/lndir.c index 10218330093..b5f65b8cc28 100644 --- a/usr.bin/lndir/lndir.c +++ b/usr.bin/lndir/lndir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lndir.c,v 1.10 2002/06/17 07:06:39 deraadt Exp $ */ +/* $OpenBSD: lndir.c,v 1.11 2002/09/23 04:10:14 millert Exp $ */ /* $XConsortium: lndir.c /main/15 1995/08/30 10:56:18 gildea $ */ /* @@ -296,6 +296,7 @@ dodir(char *fn, struct stat *fs, struct stat *ts, int rel) warn("%s", dp->d_name); } next: + ; } closedir(df); -- cgit v1.2.3