From 7f2444598a79f3c1eca13eaaec8b17c1d78cccba Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Wed, 23 Nov 2005 23:22:56 +0000 Subject: Remove UFS-specific parts from mount(8). For mounting UFS, all mount options are passed directly to nmount(), without any UFS-specific logic. --- sbin/mount/extern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/mount/extern.h') 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 *[]); -- cgit v1.2.3