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/amiga/dev/zbus.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/amiga/dev/zbus.c')
-rw-r--r-- | sys/arch/amiga/dev/zbus.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amiga/dev/zbus.c b/sys/arch/amiga/dev/zbus.c index 94034cf18fb..10f47f48fc0 100644 --- a/sys/arch/amiga/dev/zbus.c +++ b/sys/arch/amiga/dev/zbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zbus.c,v 1.10 2000/02/29 19:05:22 niklas Exp $ */ +/* $OpenBSD: zbus.c,v 1.11 2002/03/14 01:26:29 millert Exp $ */ /* $NetBSD: zbus.c,v 1.33 1997/03/27 23:50:39 veego Exp $ */ /* @@ -192,11 +192,11 @@ static struct preconfdata preconftab[] = { }; static int npreconfent = sizeof(preconftab) / sizeof(struct preconfdata); -void zbusattach __P((struct device *, struct device *, void *)); -int zbusprint __P((void *, const char *)); -int zbusmatch __P((struct device *, void *, void *)); -caddr_t zbusmap __P((caddr_t, u_int)); -static char *aconflookup __P((int, int)); +void zbusattach(struct device *, struct device *, void *); +int zbusprint(void *, const char *); +int zbusmatch(struct device *, void *, void *); +caddr_t zbusmap(caddr_t, u_int); +static char *aconflookup(int, int); /* * given a manufacturer id and product id, find the name |