diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-23 23:22:56 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-23 23:22:56 +0000 |
commit | 7f2444598a79f3c1eca13eaaec8b17c1d78cccba (patch) | |
tree | dc145b9d82d809542eb97b15140e9410e72efca2 /sbin/mount/extern.h | |
parent | 722705c6b28c2b0d8566fe577d182a4cd34df8de (diff) | |
download | src-7f2444598a79f3c1eca13eaaec8b17c1d78cccba.tar.gz src-7f2444598a79f3c1eca13eaaec8b17c1d78cccba.zip |
Remove UFS-specific parts from mount(8).
For mounting UFS, all mount options are passed directly to nmount(),
without any UFS-specific logic.
Notes
Notes:
svn path=/head/; revision=152738
Diffstat (limited to 'sbin/mount/extern.h')
-rw-r--r-- | sbin/mount/extern.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h index ef0666cb9b42..91e2ec480b2e 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 *[]); |