diff options
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 8b8c55bca44..11b69b12087 100644 --- a/sys/arch/vax/bi/bi.c +++ b/sys/arch/vax/bi/bi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bi.c,v 1.3 2002/03/14 01:26:47 millert Exp $ */ +/* $OpenBSD: bi.c,v 1.4 2002/03/14 03:16:02 millert Exp $ */ /* $NetBSD: bi.c,v 1.4 1996/10/13 03:34:44 christos Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -52,7 +52,7 @@ #include <arch/vax/bi/bivar.h> static int bi_match(struct device *, void *, void *); -static void bi_attach(struct device *, struct device *, void*); +static void bi_attach(struct device *, struct device *, void *); static int bi_print(void *, const char *); struct cfdriver bi_cd = { |