diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-23 04:10:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-09-23 04:10:15 +0000 |
commit | 5b9dbaee0efeaf013f1e71dca96cd3d56c7f4d85 (patch) | |
tree | 3b24dfaa3185c3c5e16980d07b08585154d1acd4 /usr.bin/lndir/lndir.c | |
parent | e5c537e48a40d69509c6f79c53a8eb9d80ea3ef7 (diff) |
Add missing includes, breaks and semicolons to appease gcc3; David Krause
deraadt@ OK
Diffstat (limited to 'usr.bin/lndir/lndir.c')
-rw-r--r-- | usr.bin/lndir/lndir.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |