NetBSD/sys/arch/sun3/stand/libsa/version.c

15 lines
366 B
C
Raw Normal View History

1998-02-05 07:56:24 +03:00
/* $NetBSD: version.c,v 1.5 1998/02/05 04:57:17 gwr Exp $ */
1995-06-10 02:02:39 +04:00
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
1998-02-05 07:56:24 +03:00
*
* 1/98 Common boot programs run on both Sun 3 and 3X
* machines, with different default kernel names
* on each so shared root images are possible.
1995-06-10 02:02:39 +04:00
*/
1998-02-05 07:56:24 +03:00
#include <sys/types.h>
#include "libsa.h"
char version[] = "$Revision: 1.5 $";