summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme68k/dev/if_levar.h1
-rw-r--r--sys/arch/mvme68k/stand/bootsd/conf.c1
-rw-r--r--sys/arch/mvme68k/stand/bootst/conf.c1
-rw-r--r--sys/arch/mvme68k/stand/bootst/dev_tape.c1
-rw-r--r--sys/arch/mvme68k/stand/bootst/dev_tape.h2
-rw-r--r--sys/arch/mvme68k/stand/bootst/rawfs.c1
-rw-r--r--sys/arch/mvme68k/stand/bootst/rawfs.h1
-rw-r--r--sys/arch/mvme68k/stand/bootxx/bootxx.c1
-rw-r--r--sys/arch/mvme68k/stand/bootxx/conf.c1
-rw-r--r--sys/arch/mvme68k/stand/installboot/installboot.c1
-rw-r--r--sys/arch/mvme68k/stand/libsa/SRT0.S1
-rw-r--r--sys/arch/mvme68k/stand/libsa/exec_mvme.c1
-rw-r--r--sys/arch/mvme68k/stand/libsa/libsa.h2
-rw-r--r--sys/arch/mvme68k/stand/prtvid/prtvid.c2
14 files changed, 17 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/dev/if_levar.h b/sys/arch/mvme68k/dev/if_levar.h
index 25f523833ae..91f7750aba5 100644
--- a/sys/arch/mvme68k/dev/if_levar.h
+++ b/sys/arch/mvme68k/dev/if_levar.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: if_levar.h,v 1.3 2001/07/04 08:06:52 niklas Exp $ */
/* $NetBSD: if_levar.h,v 1.5 1996/05/07 01:27:32 thorpej Exp $ */
/*-
diff --git a/sys/arch/mvme68k/stand/bootsd/conf.c b/sys/arch/mvme68k/stand/bootsd/conf.c
index 29ec7cbf091..f230b5e9552 100644
--- a/sys/arch/mvme68k/stand/bootsd/conf.c
+++ b/sys/arch/mvme68k/stand/bootsd/conf.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:06:53 niklas Exp $ */
/* $NetBSD: conf.c,v 1.1.1.1 1995/06/01 20:38:08 gwr Exp $ */
#include <sys/types.h>
diff --git a/sys/arch/mvme68k/stand/bootst/conf.c b/sys/arch/mvme68k/stand/bootst/conf.c
index 941ef65a7d4..0a812a1e98a 100644
--- a/sys/arch/mvme68k/stand/bootst/conf.c
+++ b/sys/arch/mvme68k/stand/bootst/conf.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:06:53 niklas Exp $ */
/* $NetBSD: conf.c,v 1.2 1995/10/17 22:58:17 gwr Exp $ */
#include <stand.h>
diff --git a/sys/arch/mvme68k/stand/bootst/dev_tape.c b/sys/arch/mvme68k/stand/bootst/dev_tape.c
index 9286f00b0aa..bab26011d4d 100644
--- a/sys/arch/mvme68k/stand/bootst/dev_tape.c
+++ b/sys/arch/mvme68k/stand/bootst/dev_tape.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: dev_tape.c,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
/* $NetBSD: dev_tape.c,v 1.2 1995/10/17 22:58:20 gwr Exp $ */
/*
diff --git a/sys/arch/mvme68k/stand/bootst/dev_tape.h b/sys/arch/mvme68k/stand/bootst/dev_tape.h
index ab794284b82..409e56ccae8 100644
--- a/sys/arch/mvme68k/stand/bootst/dev_tape.h
+++ b/sys/arch/mvme68k/stand/bootst/dev_tape.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: dev_tape.h,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
+
int tape_open __P((struct open_file *, ...));
int tape_close __P((struct open_file *));
diff --git a/sys/arch/mvme68k/stand/bootst/rawfs.c b/sys/arch/mvme68k/stand/bootst/rawfs.c
index 6603527aa75..91d572fa04b 100644
--- a/sys/arch/mvme68k/stand/bootst/rawfs.c
+++ b/sys/arch/mvme68k/stand/bootst/rawfs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: rawfs.c,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
/* $NetBSD: rawfs.c,v 1.1 1995/10/17 22:58:27 gwr Exp $ */
/*
diff --git a/sys/arch/mvme68k/stand/bootst/rawfs.h b/sys/arch/mvme68k/stand/bootst/rawfs.h
index b177413a013..bca3a3fb0d2 100644
--- a/sys/arch/mvme68k/stand/bootst/rawfs.h
+++ b/sys/arch/mvme68k/stand/bootst/rawfs.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: rawfs.h,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
/* $NetBSD: rawfs.h,v 1.1 1995/10/17 22:58:29 gwr Exp $ */
/*
diff --git a/sys/arch/mvme68k/stand/bootxx/bootxx.c b/sys/arch/mvme68k/stand/bootxx/bootxx.c
index 88bd53a51ce..8e4c83b4af5 100644
--- a/sys/arch/mvme68k/stand/bootxx/bootxx.c
+++ b/sys/arch/mvme68k/stand/bootxx/bootxx.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: bootxx.c,v 1.4 2001/07/04 08:06:55 niklas Exp $ */
/* $NetBSD: bootxx.c,v 1.5 1995/10/13 21:44:57 gwr Exp $ */
/*
diff --git a/sys/arch/mvme68k/stand/bootxx/conf.c b/sys/arch/mvme68k/stand/bootxx/conf.c
index a83a81bd344..f16cad1905b 100644
--- a/sys/arch/mvme68k/stand/bootxx/conf.c
+++ b/sys/arch/mvme68k/stand/bootxx/conf.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:06:55 niklas Exp $ */
/* $NetBSD: conf.c,v 1.2 1995/10/13 21:45:00 gwr Exp $ */
#include <sys/types.h>
diff --git a/sys/arch/mvme68k/stand/installboot/installboot.c b/sys/arch/mvme68k/stand/installboot/installboot.c
index 68fda732aae..27234a21ed3 100644
--- a/sys/arch/mvme68k/stand/installboot/installboot.c
+++ b/sys/arch/mvme68k/stand/installboot/installboot.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: installboot.c,v 1.5 2001/07/04 08:06:55 niklas Exp $ */
/* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */
/*
diff --git a/sys/arch/mvme68k/stand/libsa/SRT0.S b/sys/arch/mvme68k/stand/libsa/SRT0.S
index 20136ffaa72..7b3ca27ec2b 100644
--- a/sys/arch/mvme68k/stand/libsa/SRT0.S
+++ b/sys/arch/mvme68k/stand/libsa/SRT0.S
@@ -1,3 +1,4 @@
+| $OpenBSD: SRT0.S,v 1.7 2001/07/04 08:06:56 niklas Exp $
| $NetBSD: SRT0.S,v 1.2 1995/08/12 18:38:55 gwr Exp $
| Copyright (c) 1995 Gordon W. Ross
diff --git a/sys/arch/mvme68k/stand/libsa/exec_mvme.c b/sys/arch/mvme68k/stand/libsa/exec_mvme.c
index fd8685e39fa..6cfb867abc8 100644
--- a/sys/arch/mvme68k/stand/libsa/exec_mvme.c
+++ b/sys/arch/mvme68k/stand/libsa/exec_mvme.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: exec_mvme.c,v 1.3 2001/07/04 08:06:56 niklas Exp $ */
/* $NetBSD: exec_sun.c,v 1.5 1996/01/29 23:41:06 gwr Exp $ */
/*-
diff --git a/sys/arch/mvme68k/stand/libsa/libsa.h b/sys/arch/mvme68k/stand/libsa/libsa.h
index eff5fd7988e..fa95d205194 100644
--- a/sys/arch/mvme68k/stand/libsa/libsa.h
+++ b/sys/arch/mvme68k/stand/libsa/libsa.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: libsa.h,v 1.4 2001/07/04 08:06:56 niklas Exp $ */
+
/*
* libsa prototypes
*/
diff --git a/sys/arch/mvme68k/stand/prtvid/prtvid.c b/sys/arch/mvme68k/stand/prtvid/prtvid.c
index f03b23b348f..9d56f87f457 100644
--- a/sys/arch/mvme68k/stand/prtvid/prtvid.c
+++ b/sys/arch/mvme68k/stand/prtvid/prtvid.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: prtvid.c,v 1.4 2001/07/04 08:06:57 niklas Exp $ */
+
#include <stdio.h>
#define __DBINTERFACE_PRIVATE
#include <db.h>