summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/stand
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-03-03 00:55:00 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-03-03 00:55:00 +0000
commit241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (patch)
treec5e61a6f8cf62c474692594312a2380213346306 /sys/arch/pc532/stand
parent571b1ac5cbb5784eba442364418e61c181b1971b (diff)
$OpenBSD$
Diffstat (limited to 'sys/arch/pc532/stand')
-rw-r--r--sys/arch/pc532/stand/boot.c5
-rw-r--r--sys/arch/pc532/stand/inflate.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/pc532/stand/boot.c b/sys/arch/pc532/stand/boot.c
index 2aa99d1e2d7..2dbc986aba7 100644
--- a/sys/arch/pc532/stand/boot.c
+++ b/sys/arch/pc532/stand/boot.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: boot.c,v 1.4 2000/03/03 00:54:55 todd Exp $ */
/* $NetBSD: boot.c,v 1.5 1995/11/30 00:59:06 jtc Exp $ */
/*-
@@ -36,7 +37,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: boot.c,v 1.5 1995/11/30 00:59:06 jtc Exp $";
+static char rcsid[] = "$OpenBSD: boot.c,v 1.4 2000/03/03 00:54:55 todd Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -74,7 +75,7 @@ main()
cninit();
scsiinit();
- printf("\n>> NetBSD BOOT pc532 [$Revision: 1.3 $]\n");
+ printf("\n>> NetBSD BOOT pc532 [$Revision: 1.4 $]\n");
bdev = B_TYPE(bootdev);
bctlr = B_CONTROLLER(bootdev);
diff --git a/sys/arch/pc532/stand/inflate.c b/sys/arch/pc532/stand/inflate.c
index a8036c731a5..ec9fb67efa6 100644
--- a/sys/arch/pc532/stand/inflate.c
+++ b/sys/arch/pc532/stand/inflate.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: inflate.c,v 1.3 2000/03/03 00:54:55 todd Exp $ */
/*
* Copyright (c) 1995 Matthias Pfaller.
*
@@ -31,7 +32,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: inflate.c,v 1.2 1999/01/11 05:11:48 millert Exp $
*/
#include <sys/param.h>