blob: 37e2abc14ecfe6bb6409082e8a2dd3d14479cf7e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $NetBSD: version.c,v 1.3 1995/10/17 22:58:32 gwr Exp $ */
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
*
* Added "rawfs" to do read buffering and ensure that all
* device access stays strictly on block boundaries.
*/
char *version = "$Revision: 1.2 $";
|