diff options
Diffstat (limited to 'sys/arch/vax/boot/bootxx.c')
-rw-r--r-- | sys/arch/vax/boot/bootxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/boot/bootxx.c b/sys/arch/vax/boot/bootxx.c index ab794a78b6b..5cdc2246964 100644 --- a/sys/arch/vax/boot/bootxx.c +++ b/sys/arch/vax/boot/bootxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootxx.c,v 1.7 1998/05/11 07:36:27 niklas Exp $ */ +/* $OpenBSD: bootxx.c,v 1.8 1998/05/13 07:30:21 niklas Exp $ */ /* $NetBSD: bootxx.c,v 1.11 1997/06/08 17:49:17 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -250,7 +250,6 @@ int nfsys = (sizeof(file_system) / sizeof(struct fs_ops)); struct disklabel lp; int part_off = 0; /* offset into partition holding /boot */ -char io_buf[MAXBSIZE]; volatile struct uda { struct mscp_1ca uda_ca; /* communications area */ struct mscp uda_rsp; /* response packets */ |