diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
commit | 86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (patch) | |
tree | 5d95abcaf58d01703a30c7ab600537d3b8f67989 /sys/arch/pc532/stand | |
parent | e2cd6c399798843e13e76f49dc8ee048b51f99f1 (diff) |
update from netbsd (verbatim)
Diffstat (limited to 'sys/arch/pc532/stand')
-rw-r--r-- | sys/arch/pc532/stand/Makefile | 2 | ||||
-rw-r--r-- | sys/arch/pc532/stand/boot.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/pc532/stand/Makefile b/sys/arch/pc532/stand/Makefile index e3b12949760..70405bfa716 100644 --- a/sys/arch/pc532/stand/Makefile +++ b/sys/arch/pc532/stand/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7.2.2 1995/10/24 19:23:09 phil Exp $ +# $NetBSD: Makefile,v 1.8 1995/11/30 00:59:05 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/10/93 diff --git a/sys/arch/pc532/stand/boot.c b/sys/arch/pc532/stand/boot.c index bd69ffb0b41..2aa99d1e2d7 100644 --- a/sys/arch/pc532/stand/boot.c +++ b/sys/arch/pc532/stand/boot.c @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.4.2.1 1995/10/17 00:19:15 phil Exp $ */ +/* $NetBSD: boot.c,v 1.5 1995/11/30 00:59:06 jtc Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993 @@ -36,7 +36,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: boot.c,v 1.4.2.1 1995/10/17 00:19:15 phil Exp $"; +static char rcsid[] = "$NetBSD: boot.c,v 1.5 1995/11/30 00:59:06 jtc Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -74,7 +74,7 @@ main() cninit(); scsiinit(); - printf("\n>> NetBSD BOOT pc532 [$Revision: 1.2 $]\n"); + printf("\n>> NetBSD BOOT pc532 [$Revision: 1.3 $]\n"); bdev = B_TYPE(bootdev); bctlr = B_CONTROLLER(bootdev); |