summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/installboot/installboot.c
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
committerdsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
commit02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch)
tree9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/atari/stand/installboot/installboot.c
parentdfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff)
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/atari/stand/installboot/installboot.c')
-rw-r--r--sys/arch/atari/stand/installboot/installboot.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/atari/stand/installboot/installboot.c b/sys/arch/atari/stand/installboot/installboot.c
index 276b2e51ac8..c1174aceab6 100644
--- a/sys/arch/atari/stand/installboot/installboot.c
+++ b/sys/arch/atari/stand/installboot/installboot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.c,v 1.22 2009/01/06 13:35:30 tsutsui Exp $ */
+/* $NetBSD: installboot.c,v 1.23 2009/03/14 14:45:57 dsl Exp $ */
/*
* Copyright (c) 1995 Waldi Ravens
@@ -53,18 +53,18 @@
#include "installboot.h"
-static void usage __P((void));
-static void oscheck __P((void));
-static u_int abcksum __P((void *));
-static void setNVpref __P((void));
-static void setIDEpar __P((u_int8_t *, size_t));
-static void mkahdiboot __P((struct ahdi_root *, char *,
- char *, u_int32_t));
-static void mkbootblock __P((struct bootblock *, char *,
- char *, struct disklabel *, u_int));
-static void install_fd __P((char *, struct disklabel *));
-static void install_sd __P((char *, struct disklabel *));
-static void install_wd __P((char *, struct disklabel *));
+static void usage(void);
+static void oscheck(void);
+static u_int abcksum(void *);
+static void setNVpref(void);
+static void setIDEpar(u_int8_t *, size_t);
+static void mkahdiboot(struct ahdi_root *, char *,
+ char *, u_int32_t);
+static void mkbootblock(struct bootblock *, char *,
+ char *, struct disklabel *, u_int);
+static void install_fd(char *, struct disklabel *);
+static void install_sd(char *, struct disklabel *);
+static void install_wd(char *, struct disklabel *);
static struct bootblock bootarea;
static struct ahdi_root ahdiboot;