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.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c
index 1a00a23..15edaf3 100644
--- a/sbin/mount/vfslist.c
+++ b/sbin/mount/vfslist.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
*
@@ -32,15 +32,21 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95";
+#else
+static const char rcsid[] =
+ "$Id$";
+#endif
#endif /* not lint */
+#include <err.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-int checkvfsname __P((const char *, const char **));
-const char **makevfslist __P((char *));
+#include "extern.h"
+
static int skipvfs;
int
OpenPOWER on IntegriCloud