diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 07:17:24 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 07:17:24 +0000 |
commit | 9400bc2a5c028721de8ad938a526d59b00df6dd7 (patch) | |
tree | c23985e1262ef483d41bc23cd5692369aa3246ca /sys/arch/mvme88k/stand/bootsd/version.c | |
parent | 48c71e6db1e7b81fc9d92f8d028c62457668fad1 (diff) |
Changed bootsd to work with bootxx bootblocks.
Diffstat (limited to 'sys/arch/mvme88k/stand/bootsd/version.c')
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/bootsd/version.c b/sys/arch/mvme88k/stand/bootsd/version.c index 2332e37eb22..2c55f1f1613 100644 --- a/sys/arch/mvme88k/stand/bootsd/version.c +++ b/sys/arch/mvme88k/stand/bootsd/version.c @@ -1,8 +1,8 @@ -/* $Id: version.c,v 1.1 1997/03/03 19:30:29 rahnds Exp $ */ +/* $OpenBSD: version.c,v 1.2 1998/08/22 07:17:23 smurph Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a y, or something. + * revision to increase. like change this q to an x, or something. */ -char *version = "$Revision: 1.1 $"; +char *version = "$Revision: 1.2 $"; |