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/vax/bi/bi.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/bi/bi.c')
-rw-r--r-- | sys/arch/vax/bi/bi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/bi/bi.c b/sys/arch/vax/bi/bi.c index 9c2414abee5..8b8c55bca44 100644 --- a/sys/arch/vax/bi/bi.c +++ b/sys/arch/vax/bi/bi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bi.c,v 1.2 1997/05/29 00:04:16 niklas Exp $ */ +/* $OpenBSD: bi.c,v 1.3 2002/03/14 01:26:47 millert Exp $ */ /* $NetBSD: bi.c,v 1.4 1996/10/13 03:34:44 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -51,9 +51,9 @@ #include <arch/vax/bi/bireg.h> #include <arch/vax/bi/bivar.h> -static int bi_match __P((struct device *, void *, void *)); -static void bi_attach __P((struct device *, struct device *, void*)); -static int bi_print __P((void *, const char *)); +static int bi_match(struct device *, void *, void *); +static void bi_attach(struct device *, struct device *, void*); +static int bi_print(void *, const char *); struct cfdriver bi_cd = { NULL, "bi", DV_DULL |