summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-09-23 04:10:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-09-23 04:10:15 +0000
commit5b9dbaee0efeaf013f1e71dca96cd3d56c7f4d85 (patch)
tree3b24dfaa3185c3c5e16980d07b08585154d1acd4 /usr.sbin/mtree
parente5c537e48a40d69509c6f79c53a8eb9d80ea3ef7 (diff)
Add missing includes, breaks and semicolons to appease gcc3; David Krause
deraadt@ OK
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/compare.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c
index d18daf90b62..a3500e7d1d8 100644
--- a/usr.sbin/mtree/compare.c
+++ b/usr.sbin/mtree/compare.c
@@ -1,5 +1,5 @@
/* $NetBSD: compare.c,v 1.11 1996/09/05 09:56:48 mycroft Exp $ */
-/* $OpenBSD: compare.c,v 1.15 2002/03/14 16:44:25 mpech Exp $ */
+/* $OpenBSD: compare.c,v 1.16 2002/09/23 04:10:14 millert Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static const char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: compare.c,v 1.15 2002/03/14 16:44:25 mpech Exp $";
+static const char rcsid[] = "$OpenBSD: compare.c,v 1.16 2002/09/23 04:10:14 millert Exp $";
#endif
#endif /* not lint */
@@ -185,6 +185,7 @@ typeerr: LABEL;
(void)printf(")\n");
tab = "\t";
skip:
+ ;
}
if (s->flags & F_NLINK && s->type != F_DIR &&
s->st_nlink != p->fts_statp->st_nlink) {