summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
committerpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
commitb6009897cf0e1d7540d078548f19215d4ce3f3cb (patch)
tree3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/boot/alpha
parent97873dcbf33019727d6c29b9a62702011576b3b2 (diff)
downloadFreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.zip
FreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.tar.gz
Remove a couple of __P() stragglers.
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r--sys/boot/alpha/boot1/boot1.c2
-rw-r--r--sys/boot/alpha/libalpha/common.h12
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c
index 0864b31..f25b717 100644
--- a/sys/boot/alpha/boot1/boot1.c
+++ b/sys/boot/alpha/boot1/boot1.c
@@ -253,7 +253,7 @@ main()
char *name = "/boot/loader";
char *p;
char filename[512];
- void (*entry) __P((void));
+ void (*entry)(void);
u_long start, freq;
int i;
diff --git a/sys/boot/alpha/libalpha/common.h b/sys/boot/alpha/libalpha/common.h
index ff18476..7ae5830 100644
--- a/sys/boot/alpha/libalpha/common.h
+++ b/sys/boot/alpha/libalpha/common.h
@@ -3,9 +3,9 @@
* From: $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $
*/
-int prom_open __P((char*, int));
-void OSFpal __P((void));
-void halt __P((void));
-u_int64_t prom_dispatch __P((int, ...));
-int cpu_number __P((void));
-void switch_palcode __P((void));
+int prom_open(char*, int);
+void OSFpal(void);
+void halt(void);
+u_int64_t prom_dispatch(int, ...);
+int cpu_number(void);
+void switch_palcode(void);
OpenPOWER on IntegriCloud