summaryrefslogtreecommitdiff
path: root/sys/arch/vax/bi/bi.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/arch/vax/bi/bi.c
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/arch/vax/bi/bi.c')
-rw-r--r--sys/arch/vax/bi/bi.c4
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 = {