aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-10-24 22:16:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-10-24 22:16:51 +0000
commit49a41c4f52ba4af26dca75b745f2503828bb88de (patch)
tree2987ef4af89ebd49f7d9b86d76219928d7e4fa99 /sbin/mount
parent3cbf527e8db5a6f1f332b865963ba56b363a84dd (diff)
Notes
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index a51e171d063f..63a9728668f0 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -183,8 +183,8 @@ exec_mountprog(const char *name, const char *execname, char *const argv[])
return (0);
}
-static
-int specified_ro(const char *arg)
+static int
+specified_ro(const char *arg)
{
char *optbuf, *opt;
int ret = 0;
@@ -219,7 +219,7 @@ main(int argc, char *argv[])
options = NULL;
vfslist = NULL;
vfstype = "ufs";
- while ((ch = getopt(argc, argv, "adlF:fo:prwt:uv")) != -1)
+ while ((ch = getopt(argc, argv, "adF:flo:prt:uvw")) != -1)
switch (ch) {
case 'a':
all = 1;