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_hpfs/mount_hpfs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sbin/mount_hpfs') diff --git a/sbin/mount_hpfs/mount_hpfs.c b/sbin/mount_hpfs/mount_hpfs.c index 8ddf5bd..1b360cb 100644 --- a/sbin/mount_hpfs/mount_hpfs.c +++ b/sbin/mount_hpfs/mount_hpfs.c @@ -53,11 +53,11 @@ static struct mntopt mopts[] = { { NULL } }; -static gid_t a_gid __P((char *)); -static uid_t a_uid __P((char *)); -static mode_t a_mask __P((char *)); -static void usage __P((void)) __dead2; -static void load_u2wtable __P((struct hpfs_args *, char *)); +static gid_t a_gid(char *); +static uid_t a_uid(char *); +static mode_t a_mask(char *); +static void usage(void) __dead2; +static void load_u2wtable(struct hpfs_args *, char *); int main(argc, argv) -- cgit v1.1