aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1998-09-30 07:53:52 +0000
committerGreg Lehey <grog@FreeBSD.org>1998-09-30 07:53:52 +0000
commite34129e8ba0d4b2c892f0b2923875eccbf181212 (patch)
tree1063cfab10355e107df198cd9168fae18eefcacb /sbin/newfs
parentcffdbf709661c1e4272f57fcc9494b0af8eb684d (diff)
downloadsrc-e34129e8ba0d4b2c892f0b2923875eccbf181212.tar.gz
src-e34129e8ba0d4b2c892f0b2923875eccbf181212.zip
Correct source file corruption in last checkin
Observed by: jkh
Notes
Notes: svn path=/head/; revision=39812
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/newfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index bd2ab0d884e9..f485d9f04d5b 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95";
#endif
static const char rcsid[] =
- "$Id: newfs.c,v 1.23 1998/09/11 06:26:08 grog Exp $";
+ "$Id: newfs.c,v 1.24 1998/09/29 23:20:04 grog Exp $";
#endif /* not lint */
/*
@@ -459,7 +459,6 @@ main(argc, argv)
fatal("null special file name");
cp--;
if (!vflag && (*cp < 'a' || *cp > 'h') && !isdigit(*cp))
- ((*cp < 'a' || *cp > 'h') && !isdigit(*cp))))
fatal("%s: can't figure out file system partition",
argv[0]);
#ifdef COMPAT