diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
commit | 241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (patch) | |
tree | c5e61a6f8cf62c474692594312a2380213346306 /sys/arch/sun3/stand | |
parent | 571b1ac5cbb5784eba442364418e61c181b1971b (diff) |
$OpenBSD$
Diffstat (limited to 'sys/arch/sun3/stand')
-rw-r--r-- | sys/arch/sun3/stand/installboot/installboot.8 | 2 | ||||
-rw-r--r-- | sys/arch/sun3/stand/netboot/version.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/stand/tapeboot/version.c | 3 | ||||
-rw-r--r-- | sys/arch/sun3/stand/ufsboot/version.c | 3 |
4 files changed, 7 insertions, 4 deletions
diff --git a/sys/arch/sun3/stand/installboot/installboot.8 b/sys/arch/sun3/stand/installboot/installboot.8 index d8d8f1e5cf2..d9cef9f304d 100644 --- a/sys/arch/sun3/stand/installboot/installboot.8 +++ b/sys/arch/sun3/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $Id: installboot.8,v 1.8 2000/01/03 20:04:32 pjanzen Exp $ +.\" $OpenBSD: installboot.8,v 1.9 2000/03/03 00:54:56 todd Exp $ .\" .Dd 31 May 1995 .Dt INSTALLBOOT 8 sun3 diff --git a/sys/arch/sun3/stand/netboot/version.c b/sys/arch/sun3/stand/netboot/version.c index d98db932634..3bf0e0e3df1 100644 --- a/sys/arch/sun3/stand/netboot/version.c +++ b/sys/arch/sun3/stand/netboot/version.c @@ -1,7 +1,8 @@ +/* $OpenBSD: version.c,v 1.5 2000/03/03 00:54:56 todd Exp $ */ /* $NetBSD: version.c,v 1.5 1996/03/17 02:04:20 thorpej Exp $ */ /* * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. */ -char *version = "$Revision: 1.4 $"; +char *version = "$Revision: 1.5 $"; diff --git a/sys/arch/sun3/stand/tapeboot/version.c b/sys/arch/sun3/stand/tapeboot/version.c index 8f44b32e7ad..61890ad1e62 100644 --- a/sys/arch/sun3/stand/tapeboot/version.c +++ b/sys/arch/sun3/stand/tapeboot/version.c @@ -1,3 +1,4 @@ +/* $OpenBSD: version.c,v 1.4 2000/03/03 00:54:56 todd Exp $ */ /* $NetBSD: version.c,v 1.3 1995/10/17 22:58:32 gwr Exp $ */ /* @@ -7,4 +8,4 @@ * device access stays strictly on block boundaries. */ -char *version = "$Revision: 1.3 $"; +char *version = "$Revision: 1.4 $"; diff --git a/sys/arch/sun3/stand/ufsboot/version.c b/sys/arch/sun3/stand/ufsboot/version.c index 1f8b884dcd6..ba751fa230b 100644 --- a/sys/arch/sun3/stand/ufsboot/version.c +++ b/sys/arch/sun3/stand/ufsboot/version.c @@ -1,7 +1,8 @@ +/* $OpenBSD: version.c,v 1.3 2000/03/03 00:54:56 todd Exp $ */ /* $NetBSD: version.c,v 1.2 1995/10/13 21:33:29 gwr Exp $ */ /* * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. */ -char *version = "$Revision: 1.2 $"; +char *version = "$Revision: 1.3 $"; |