diff --git a/sys/arch/i386/boot/version.c b/sys/arch/i386/boot/version.c index 807eba30b3f3..9f54c1b6d4cb 100644 --- a/sys/arch/i386/boot/version.c +++ b/sys/arch/i386/boot/version.c @@ -1,10 +1,14 @@ /* - * $Id: version.c,v 1.16 1994/02/03 07:42:35 cgd Exp $ + * $Id: version.c,v 1.17 1994/02/03 23:22:55 mycroft Exp $ */ /* * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. * + * 1.16 -> 1.17 + * removed with prejudice the extra buffer for xread(), changes + * to make the code smaller, and general cleanup. (mycroft) + * * 1.15 -> 1.16 * reduce BUFSIZE to 4k, because that's fixed the * boot problems, for some. (cgd) @@ -16,4 +20,4 @@ * look in boot.c revision logs */ -char *version = "$Revision: 1.16 $"; +char *version = "$Revision: 1.17 $";