summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/libalpha
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/libalpha
parent97873dcbf33019727d6c29b9a62702011576b3b2 (diff)
downloadFreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.zip
FreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.tar.gz
Remove a couple of __P() stragglers.
Diffstat (limited to 'sys/boot/alpha/libalpha')
-rw-r--r--sys/boot/alpha/libalpha/common.h12
1 files changed, 6 insertions, 6 deletions
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