summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/beeper.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/sparc64/dev/beeper.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc64/dev/beeper.c')
-rw-r--r--sys/arch/sparc64/dev/beeper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/beeper.c b/sys/arch/sparc64/dev/beeper.c
index 1ca05816d6b..8c66982e42d 100644
--- a/sys/arch/sparc64/dev/beeper.c
+++ b/sys/arch/sparc64/dev/beeper.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: beeper.c,v 1.3 2002/02/23 04:42:35 jason Exp $ */
+/* $OpenBSD: beeper.c,v 1.4 2002/03/14 01:26:44 millert Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -66,8 +66,8 @@ struct beeper_softc {
#define BEEP_REG 0
-int beeper_match __P((struct device *, void *, void *));
-void beeper_attach __P((struct device *, struct device *, void *));
+int beeper_match(struct device *, void *, void *);
+void beeper_attach(struct device *, struct device *, void *);
struct cfattach beeper_ca = {
sizeof(struct beeper_softc), beeper_match, beeper_attach