diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-08-09 20:26:46 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-08-09 20:26:46 +0000 |
commit | 54a23347d56b87c53dd8654f4cf7b36636058de4 (patch) | |
tree | 5e796e589a8555012d5b5da90fecaa1f0d667f78 /sys/arch/vax/bi/bi.c | |
parent | 42a64f030f357b477574f94ce6ddfda32d9c8f4e (diff) |
Get rid of remaining __P usage (except for imported code);
ok millert@, rogue ok pjanzen@
Diffstat (limited to 'sys/arch/vax/bi/bi.c')
-rw-r--r-- | sys/arch/vax/bi/bi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/bi/bi.c b/sys/arch/vax/bi/bi.c index 8c49ceaf503..be59e866278 100644 --- a/sys/arch/vax/bi/bi.c +++ b/sys/arch/vax/bi/bi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bi.c,v 1.5 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: bi.c,v 1.6 2002/08/09 20:26:44 jsyn Exp $ */ /* $NetBSD: bi.c,v 1.17 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: bi.c,v 1.17 2001/11/13 12:51:34 lukem Exp $"); #include <dev/bi/bireg.h> #include <dev/bi/bivar.h> -static int bi_print __P((void *, const char *)); +static int bi_print(void *, const char *); struct bi_list bi_list[] = { {BIDT_MS820, DT_HAVDRV, "ms820"}, |