summaryrefslogtreecommitdiff
path: root/sys/arch/vax/boot/tmscp.c
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>1998-02-03 11:48:31 +0000
committerMats O Jansson <maja@cvs.openbsd.org>1998-02-03 11:48:31 +0000
commit9ed632e46e42580a8096adcdc71262d39072b0ac (patch)
treea8aeb1e0336bde2f3cf386977a3cea5fffad8e05 /sys/arch/vax/boot/tmscp.c
parentb9eff3dc2da109a570cf5e41a8c720473110e9cc (diff)
Sync with NetBSD 970827. Forgot this one last time. -moj
Diffstat (limited to 'sys/arch/vax/boot/tmscp.c')
-rw-r--r--sys/arch/vax/boot/tmscp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/vax/boot/tmscp.c b/sys/arch/vax/boot/tmscp.c
index c96ad184d65..90ca7e9fa48 100644
--- a/sys/arch/vax/boot/tmscp.c
+++ b/sys/arch/vax/boot/tmscp.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: tmscp.c,v 1.4 1997/05/29 00:04:28 niklas Exp $ */
-/* $NetBSD: tmscp.c,v 1.3 1996/08/02 11:22:53 ragge Exp $ */
+/* $OpenBSD: tmscp.c,v 1.5 1998/02/03 11:48:30 maja Exp $ */
+/* $NetBSD: tmscp.c,v 1.4 1997/03/15 13:04:31 ragge Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -73,7 +73,6 @@ static volatile struct uda {
static volatile struct uda *ubauda;
static volatile struct udadevice *udacsr;
static struct ra_softc ra_softc;
-static char io_buf[MAXBSIZE];
tmscpopen(f, adapt, ctlr, unit, part)
struct open_file *f;