summaryrefslogtreecommitdiffstats
path: root/sbin/mount/vfslist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/vfslist.c')
-rw-r--r--sbin/mount/vfslist.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c
index f95a76e..fa5fdf6 100644
--- a/sbin/mount/vfslist.c
+++ b/sbin/mount/vfslist.c
@@ -44,9 +44,7 @@ __FBSDID("$FreeBSD$");
static int skipvfs;
int
-checkvfsname(vfsname, vfslist)
- const char *vfsname;
- const char **vfslist;
+checkvfsname(const char *vfsname, const char **vfslist)
{
if (vfslist == NULL)
@@ -60,8 +58,7 @@ checkvfsname(vfsname, vfslist)
}
const char **
-makevfslist(fslist)
- char *fslist;
+makevfslist(char *fslist)
{
const char **av;
int i;
OpenPOWER on IntegriCloud