From 3270fb5eceef76590eca1496cd475ec01c0c77e3 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 13 Oct 1994 08:46:44 +0000 Subject: [PATCH] Put back the `:' in the trinary ?: so this can actually compile again! :) --- sbin/newfs/newfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 88ee0736c1a5..7140c54fecdf 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -217,7 +217,7 @@ main(argc, argv) } opstring = mfs ? - "NF:T:a:b:c:d:e:f:i:m:o:s:" + "NF:T:a:b:c:d:e:f:i:m:o:s:" : "NOS:T:a:b:c:d:e:f:i:k:l:m:n:o:p:r:s:t:u:x:"; while ((ch = getopt(argc, argv, opstring)) != EOF) switch (ch) {