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/arch/hp300/dev/intio.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/hp300/dev/intio.c')
-rw-r--r-- | sys/arch/hp300/dev/intio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hp300/dev/intio.c b/sys/arch/hp300/dev/intio.c index 80b0401e8e0..10dd01ef14e 100644 --- a/sys/arch/hp300/dev/intio.c +++ b/sys/arch/hp300/dev/intio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intio.c,v 1.2 1997/02/03 04:47:36 downsj Exp $ */ +/* $OpenBSD: intio.c,v 1.3 2002/03/14 01:26:30 millert Exp $ */ /* $NetBSD: intio.c,v 1.2 1997/01/30 09:18:54 thorpej Exp $ */ /*- @@ -47,10 +47,10 @@ #include <hp300/dev/intiovar.h> -int intiomatch __P((struct device *, void *, void *)); -void intioattach __P((struct device *, struct device *, void *)); -int intioprint __P((void *, const char *)); -int intiosearch __P((struct device *, void *, void *)); +int intiomatch(struct device *, void *, void *); +void intioattach(struct device *, struct device *, void *); +int intioprint(void *, const char *); +int intiosearch(struct device *, void *, void *); struct cfattach intio_ca = { sizeof(struct device), intiomatch, intioattach |