From baca1664d961625b631ee7b6c1faf55e0f926aa9 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 21 Mar 2002 13:14:21 +0000 Subject: o __P removed o main prototype removed --- sbin/mount_nullfs/mount_nullfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/mount_nullfs') diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index a5bcd73..31f2d96 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -66,8 +66,8 @@ struct mntopt mopts[] = { { NULL } }; -int subdir __P((const char *, const char *)); -static void usage __P((void)) __dead2; +int subdir(const char *, const char *); +static void usage(void) __dead2; int main(argc, argv) -- cgit v1.1