diff options
Diffstat (limited to 'sys/i386/boot/biosboot/sys.c')
-rw-r--r-- | sys/i386/boot/biosboot/sys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/sys.c b/sys/i386/boot/biosboot/sys.c index daaa7a7..437a644 100644 --- a/sys/i386/boot/biosboot/sys.c +++ b/sys/i386/boot/biosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id: sys.c,v 1.5 1994/09/20 22:25:00 adam Exp $ + * $Id: sys.c,v 1.6 1994/11/07 11:26:30 davidg Exp $ */ #include "boot.h" @@ -144,7 +144,7 @@ loop: iodest = iobuf; } char mapbuf[MAPBUFSIZE]; -int mapblock = 0; +int mapblock; block_map(file_block) int file_block; |