summaryrefslogtreecommitdiffstats
path: root/sbin/mount/extern.h
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-11-23 23:22:56 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-11-23 23:22:56 +0000
commit4808c023d9ae1f822fe4a4c8401024ddc8a91bcb (patch)
treedc145b9d82d809542eb97b15140e9410e72efca2 /sbin/mount/extern.h
parent6e9653b075bd44bb51508d933d7102cd89a53c9a (diff)
downloadFreeBSD-src-4808c023d9ae1f822fe4a4c8401024ddc8a91bcb.zip
FreeBSD-src-4808c023d9ae1f822fe4a4c8401024ddc8a91bcb.tar.gz
Remove UFS-specific parts from mount(8).
For mounting UFS, all mount options are passed directly to nmount(), without any UFS-specific logic.
Diffstat (limited to 'sbin/mount/extern.h')
-rw-r--r--sbin/mount/extern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h
index ef0666c..91e2ec4 100644
--- a/sbin/mount/extern.h
+++ b/sbin/mount/extern.h
@@ -30,6 +30,4 @@
int checkvfsname(const char *, const char **);
const char **makevfslist(char *);
-/* mount_ufs.c */
-int mount_ufs(int, char *[]);
int mount_fs(const char *, int, char *[]);
OpenPOWER on IntegriCloud