From e24dc56a221a481029e370679686566f0f1cbf7b Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Fri, 7 Oct 2005 02:18:20 +0000 Subject: Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. Make prototype in extern.h match prototype in mount_ufs.c --- sbin/mount/mount_ufs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/mount/mount_ufs.c') diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 178dd48ff822..3c99576de2e7 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -68,9 +68,7 @@ static struct mntopt mopts[] = { }; int -mount_ufs(argc, argv) - int argc; - char * const argv[]; +mount_ufs(int argc, char * const argv[]) { struct ufs_args args; int ch, mntflags; -- cgit v1.2.3