Update...

This commit is contained in:
mycroft 1994-02-03 23:22:55 +00:00
parent 4e864b72b4
commit a4aaaac1ac

View File

@ -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 $";