summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount_ufs.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
committerimp <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
commitbaca1664d961625b631ee7b6c1faf55e0f926aa9 (patch)
treecf03a665e09244d20cbc38b337d5cd22ba2bfd30 /sbin/mount/mount_ufs.c
parent611240d8bc587f7f5915144254d2e6b3bd93d782 (diff)
downloadFreeBSD-src-baca1664d961625b631ee7b6c1faf55e0f926aa9.zip
FreeBSD-src-baca1664d961625b631ee7b6c1faf55e0f926aa9.tar.gz
o __P removed
o main prototype removed
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 8c626db..dee0ddf 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,
OpenPOWER on IntegriCloud