summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/cpu.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/hppa/dev/cpu.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/hppa/dev/cpu.c')
-rw-r--r--sys/arch/hppa/dev/cpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/cpu.c b/sys/arch/hppa/dev/cpu.c
index 34de02dd1e7..13275ebe9a3 100644
--- a/sys/arch/hppa/dev/cpu.c
+++ b/sys/arch/hppa/dev/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.12 2002/03/06 20:24:03 mickey Exp $ */
+/* $OpenBSD: cpu.c,v 1.13 2002/03/14 01:26:31 millert Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -49,8 +49,8 @@ struct cpu_softc {
void *sc_ih;
};
-int cpumatch __P((struct device *, void *, void *));
-void cpuattach __P((struct device *, struct device *, void *));
+int cpumatch(struct device *, void *, void *);
+void cpuattach(struct device *, struct device *, void *);
struct cfattach cpu_ca = {
sizeof(struct cpu_softc), cpumatch, cpuattach