summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-24 22:16:51 +0000
committerru <ru@FreeBSD.org>2006-10-24 22:16:51 +0000
commit930dc6da1b718d82ccca193e81077465b972c816 (patch)
tree2987ef4af89ebd49f7d9b86d76219928d7e4fa99 /sbin/mount
parentf5d15b9ea0fd7d28cc86f95efbb4c1d0b1c7a7a1 (diff)
downloadFreeBSD-src-930dc6da1b718d82ccca193e81077465b972c816.zip
FreeBSD-src-930dc6da1b718d82ccca193e81077465b972c816.tar.gz
Two tiny style fixes.
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 a51e171..63a9728 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;
OpenPOWER on IntegriCloud