summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 07:46:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 07:46:56 +0000
commitd7e0d96339ce65ea987f835811687384d11c0862 (patch)
tree7ace2c0bc75d5d25cb5d521efa32436b47ff2322 /usr.bin/fstat/fstat.c
parent420e57a6d15165f1d36a40fc4084d680820047a1 (diff)
;;
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r--usr.bin/fstat/fstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 85afe667f77..9f6d661b656 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.9 1997/05/30 12:27:50 downsj Exp $ */
+/* $OpenBSD: fstat.c,v 1.10 1997/06/05 07:46:55 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.9 1997/05/30 12:27:50 downsj Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.10 1997/06/05 07:46:55 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -415,7 +415,7 @@ vtrans(vp, i, flag)
default: {
static char unknown[20];
sprintf(badtype = unknown, "?(%x)", vn.v_tag);
- break;;
+ break;
}
}
if (checkfile) {