diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-05 07:46:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-05 07:46:56 +0000 |
commit | d7e0d96339ce65ea987f835811687384d11c0862 (patch) | |
tree | 7ace2c0bc75d5d25cb5d521efa32436b47ff2322 /usr.bin/fstat/fstat.c | |
parent | 420e57a6d15165f1d36a40fc4084d680820047a1 (diff) |
;;
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r-- | usr.bin/fstat/fstat.c | 6 |
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) { |