summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/stand/rom.c')
-rw-r--r--sys/arch/vax/stand/rom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/rom.c b/sys/arch/vax/stand/rom.c
index cdbd70f545b..1e14e6049a4 100644
--- a/sys/arch/vax/stand/rom.c
+++ b/sys/arch/vax/stand/rom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rom.c,v 1.2 1997/05/29 00:04:24 niklas Exp $ */
+/* $OpenBSD: rom.c,v 1.3 1998/05/13 07:30:26 niklas Exp $ */
/* $NetBSD: rom.c,v 1.1 1996/08/02 11:22:21 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -61,7 +61,7 @@ struct rom_softc {
int romstrategy(), romopen();
struct disklabel romlabel;
struct rom_softc rom_softc;
-char io_buf[MAXBSIZE];
+char io_buf[DEV_BSIZE];
romopen(f, adapt, ctlr, unit, part)
struct open_file *f;