aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_hpfs/mount_hpfs.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-21 13:14:21 +0000
commit854299908ccfad3f3d42b5b24443e15bbc03471c (patch)
treecf03a665e09244d20cbc38b337d5cd22ba2bfd30 /sbin/mount_hpfs/mount_hpfs.c
parent0638cc1a3950101932c23ee84e49ec09b9ffc92e (diff)
downloadsrc-854299908ccfad3f3d42b5b24443e15bbc03471c.tar.gz
src-854299908ccfad3f3d42b5b24443e15bbc03471c.zip
o __P removed
o main prototype removed
Notes
Notes: svn path=/head/; revision=92882
Diffstat (limited to 'sbin/mount_hpfs/mount_hpfs.c')
-rw-r--r--sbin/mount_hpfs/mount_hpfs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_hpfs/mount_hpfs.c b/sbin/mount_hpfs/mount_hpfs.c
index 8ddf5bd56d9f..1b360cbfd950 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)