1993-03-21 21:04:42 +03:00
|
|
|
/*
|
1994-02-04 19:08:52 +03:00
|
|
|
* $Id: version.c,v 1.18 1994/02/04 16:08:55 mycroft Exp $
|
1993-03-21 21:04:42 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
1994-01-28 11:21:24 +03:00
|
|
|
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
|
|
|
|
*
|
1994-02-04 19:08:52 +03:00
|
|
|
* 1.17 -> 1.18
|
|
|
|
* removed some more code we don't need for BDB. (mycroft)
|
|
|
|
*
|
1994-02-04 02:22:55 +03:00
|
|
|
* 1.16 -> 1.17
|
|
|
|
* removed with prejudice the extra buffer for xread(), changes
|
|
|
|
* to make the code smaller, and general cleanup. (mycroft)
|
|
|
|
*
|
1994-02-03 10:42:33 +03:00
|
|
|
* 1.15 -> 1.16
|
|
|
|
* reduce BUFSIZE to 4k, because that's fixed the
|
|
|
|
* boot problems, for some. (cgd)
|
|
|
|
*
|
1994-01-28 11:21:24 +03:00
|
|
|
* 1.14 -> 1.15
|
|
|
|
* seperated 'version' out from boot.c (cgd)
|
|
|
|
*
|
|
|
|
* 1.1 -> 1.14
|
|
|
|
* look in boot.c revision logs
|
|
|
|
*/
|
1993-03-21 21:04:42 +03:00
|
|
|
|
1994-02-04 19:08:52 +03:00
|
|
|
char *version = "$Revision: 1.18 $";
|