diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-13 08:46:44 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-13 08:46:44 +0000 |
commit | 55606da7caf01bddc1e573b18b703e53a047a509 (patch) | |
tree | 85503e9fd9c3f2f851e41fa6722306585b67fca0 /sbin/newfs | |
parent | f6e7823f247815dbca203612cd6ab52aebfce020 (diff) | |
download | FreeBSD-src-55606da7caf01bddc1e573b18b703e53a047a509.zip FreeBSD-src-55606da7caf01bddc1e573b18b703e53a047a509.tar.gz |
Put back the `:' in the trinary ?: so this can actually compile again! :)
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 88ee073..7140c54 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) { |