[BACK]Return to version.c CVS log [TXT][DIR] Up to [local] / sys / arch / mvmeppc / stand / bootsd

Annotation of sys/arch/mvmeppc/stand/bootsd/version.c, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: version.c,v 1.1 2001/06/26 21:57:59 smurph Exp $ */
                      2:
                      3: /*
                      4:  * make a random change to this file when you want the bootblock
                      5:  * revision to increase. like change this q to an x, or something.
                      6:  */
                      7:
                      8: char *version = "$Revision: 1.1 $";

CVSweb