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/isa/isa.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/isa.c')
-rw-r--r-- | sys/dev/isa/isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 778bee68431..3c61be07e01 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa.c,v 1.37 1999/07/30 17:12:56 deraadt Exp $ */ +/* $OpenBSD: isa.c,v 1.38 2002/03/14 01:26:56 millert Exp $ */ /* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /* @@ -76,8 +76,8 @@ #include <dev/isa/isavar.h> #include <dev/isa/isadmareg.h> -int isamatch __P((struct device *, void *, void *)); -void isaattach __P((struct device *, struct device *, void *)); +int isamatch(struct device *, void *, void *); +void isaattach(struct device *, struct device *, void *); extern int autoconf_verbose; |