aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount_ufs.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
commit854299908ccfad3f3d42b5b24443e15bbc03471c (patch)
treecf03a665e09244d20cbc38b337d5cd22ba2bfd30 /sbin/mount/mount_ufs.c
parent0638cc1a3950101932c23ee84e49ec09b9ffc92e (diff)
downloadsrc-854299908ccfad3f3d42b5b24443e15bbc03471c.tar.gz
src-854299908ccfad3f3d42b5b24443e15bbc03471c.zip
o __P removed
o main prototype removed
Notes
Notes: svn path=/head/; revision=92882
Diffstat (limited to 'sbin/mount/mount_ufs.c')
-rw-r--r--sbin/mount/mount_ufs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c
index 8c626dbf8280..dee0ddf5db88 100644
--- a/sbin/mount/mount_ufs.c
+++ b/sbin/mount/mount_ufs.c
@@ -59,7 +59,7 @@ static const char rcsid[] =
#include "extern.h"
#include "mntopts.h"
-static void ufs_usage __P((void));
+static void ufs_usage(void);
static struct mntopt mopts[] = {
MOPT_STDOPTS,