From 854299908ccfad3f3d42b5b24443e15bbc03471c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 21 Mar 2002 13:14:21 +0000 Subject: o __P removed o main prototype removed --- sbin/mount/mount_ufs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount/mount_ufs.c') 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, -- cgit v1.2.3