mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Two tiny style fixes.
This commit is contained in:
parent
3cbf527e8d
commit
49a41c4f52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163672
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user