diff options
| author | 2002-03-14 01:26:25 +0000 | |
|---|---|---|
| committer | 2002-03-14 01:26:25 +0000 | |
| commit | c4071fd13883b3f74b90a411bbb39755a785aeaa (patch) | |
| tree | 241e7c760222fac909b512d36156c6db1b610256 /sys/dev/isa/isa.c | |
| parent | compare pointers with NULL not 0 (diff) | |
| download | wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.tar.xz wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.zip | |
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; |
