diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/pci/opl_eso.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/pci/opl_eso.c')
-rw-r--r-- | sys/dev/pci/opl_eso.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/opl_eso.c b/sys/dev/pci/opl_eso.c index 1cc612b3c34..e5469e47516 100644 --- a/sys/dev/pci/opl_eso.c +++ b/sys/dev/pci/opl_eso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opl_eso.c,v 1.2 1999/08/05 05:32:41 deraadt Exp $ */ +/* $OpenBSD: opl_eso.c,v 1.3 2002/03/14 01:26:59 millert Exp $ */ /* $NetBSD: opl_eso.c,v 1.1 1999/07/12 15:13:31 kleink Exp $ */ /* @@ -70,8 +70,8 @@ #include <dev/ic/mpuvar.h> #include <dev/pci/esovar.h> -HIDE int opl_eso_match __P((struct device *, MATCH_ARG_2_T, void *)); -HIDE void opl_eso_attach __P((struct device *, struct device *, void *)); +HIDE int opl_eso_match(struct device *, MATCH_ARG_2_T, void *); +HIDE void opl_eso_attach(struct device *, struct device *, void *); struct cfattach opl_eso_ca = { sizeof (struct opl_softc), opl_eso_match, opl_eso_attach |