summaryrefslogtreecommitdiff
path: root/sys/dev/isa/opl_sb.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/dev/isa/opl_sb.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/opl_sb.c')
-rw-r--r--sys/dev/isa/opl_sb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/opl_sb.c b/sys/dev/isa/opl_sb.c
index b2a41c3fe92..0e69cceff8c 100644
--- a/sys/dev/isa/opl_sb.c
+++ b/sys/dev/isa/opl_sb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: opl_sb.c,v 1.1 1999/01/02 00:02:45 niklas Exp $ */
+/* $OpenBSD: opl_sb.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */
/* $NetBSD: opl_sb.c,v 1.4 1998/12/08 14:26:57 augustss Exp $ */
/*
@@ -61,11 +61,11 @@
#define __BROKEN_INDIRECT_CONFIG /* XXX */
#ifdef __BROKEN_INDIRECT_CONFIG
-int opl_sb_match __P((struct device *, void *, void *));
+int opl_sb_match(struct device *, void *, void *);
#else
-int opl_sb_match __P((struct device *, struct cfdata *, void *));
+int opl_sb_match(struct device *, struct cfdata *, void *);
#endif
-void opl_sb_attach __P((struct device *, struct device *, void *));
+void opl_sb_attach(struct device *, struct device *, void *);
struct cfattach opl_sb_ca = {
sizeof (struct opl_softc), opl_sb_match, opl_sb_attach