diff options
author | imp <imp@FreeBSD.org> | 2002-03-21 13:14:21 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-21 13:14:21 +0000 |
commit | baca1664d961625b631ee7b6c1faf55e0f926aa9 (patch) | |
tree | cf03a665e09244d20cbc38b337d5cd22ba2bfd30 /sbin/mount_nullfs | |
parent | 611240d8bc587f7f5915144254d2e6b3bd93d782 (diff) | |
download | FreeBSD-src-baca1664d961625b631ee7b6c1faf55e0f926aa9.zip FreeBSD-src-baca1664d961625b631ee7b6c1faf55e0f926aa9.tar.gz |
o __P removed
o main prototype removed
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |