From a8c43157c23cfcdf5d98af27efa5a5dd9998d2ec Mon Sep 17 00:00:00 2001 From: rahnds Date: Sat, 28 Dec 1996 06:24:55 +0000 Subject: [PATCH] adding OpenBSD tag to files. --- sys/arch/powerpc/include/ansi.h | 1 + sys/arch/powerpc/include/aout_machdep.h | 1 + sys/arch/powerpc/include/bat.h | 1 + sys/arch/powerpc/include/cdefs.h | 1 + sys/arch/powerpc/include/cpu.h | 1 + sys/arch/powerpc/include/disklabel.h | 1 + sys/arch/powerpc/include/endian.h | 1 + sys/arch/powerpc/include/exec.h | 3 ++- sys/arch/powerpc/include/float.h | 1 + sys/arch/powerpc/include/fpu.h | 1 + sys/arch/powerpc/include/frame.h | 1 + sys/arch/powerpc/include/ieee.h | 1 + sys/arch/powerpc/include/ipkdb.h | 1 + sys/arch/powerpc/include/irq.h | 1 + sys/arch/powerpc/include/kcore.h | 1 + sys/arch/powerpc/include/limits.h | 1 + sys/arch/powerpc/include/param.h | 1 + sys/arch/powerpc/include/pcb.h | 1 + sys/arch/powerpc/include/pmap.h | 1 + sys/arch/powerpc/include/powerpc.h | 1 + sys/arch/powerpc/include/proc.h | 1 + sys/arch/powerpc/include/psl.h | 1 + sys/arch/powerpc/include/pte.h | 1 + 23 files changed, 24 insertions(+), 1 deletion(-) diff --git a/sys/arch/powerpc/include/ansi.h b/sys/arch/powerpc/include/ansi.h index 6c871a419cf..c0e8e12507e 100644 --- a/sys/arch/powerpc/include/ansi.h +++ b/sys/arch/powerpc/include/ansi.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ansi.h,v 1.3 1996/12/28 06:24:55 rahnds Exp $ */ /* $NetBSD: ansi.h,v 1.2 1996/11/15 22:38:57 jtc Exp $ */ /*- diff --git a/sys/arch/powerpc/include/aout_machdep.h b/sys/arch/powerpc/include/aout_machdep.h index b1ea7fac77b..24b8ea4440e 100644 --- a/sys/arch/powerpc/include/aout_machdep.h +++ b/sys/arch/powerpc/include/aout_machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: aout_machdep.h,v 1.2 1996/12/28 06:24:58 rahnds Exp $ */ /* $NetBSD: aout_machdep.h,v 1.1 1996/09/30 16:34:23 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/bat.h b/sys/arch/powerpc/include/bat.h index fc915eeb8a5..9b1f4d326eb 100644 --- a/sys/arch/powerpc/include/bat.h +++ b/sys/arch/powerpc/include/bat.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bat.h,v 1.2 1996/12/28 06:25:00 rahnds Exp $ */ /* $NetBSD: bat.h,v 1.1 1996/09/30 16:34:20 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/cdefs.h b/sys/arch/powerpc/include/cdefs.h index d8534e0fb26..ccc21bdaf25 100644 --- a/sys/arch/powerpc/include/cdefs.h +++ b/sys/arch/powerpc/include/cdefs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cdefs.h,v 1.2 1996/12/28 06:25:01 rahnds Exp $ */ /* $NetBSD: cdefs.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h index 0ec9d59f944..6c947c0c26e 100644 --- a/sys/arch/powerpc/include/cpu.h +++ b/sys/arch/powerpc/include/cpu.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cpu.h,v 1.2 1996/12/28 06:25:03 rahnds Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h index ffaa67cc24c..84ac209bd0c 100644 --- a/sys/arch/powerpc/include/disklabel.h +++ b/sys/arch/powerpc/include/disklabel.h @@ -1,3 +1,4 @@ +/* $OpenBSD: disklabel.h,v 1.2 1996/12/28 06:25:04 rahnds Exp $ */ /* $NetBSD: disklabel.h,v 1.1 1996/09/30 16:34:22 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/endian.h b/sys/arch/powerpc/include/endian.h index ef8ca26ff9b..f5db7ea9216 100644 --- a/sys/arch/powerpc/include/endian.h +++ b/sys/arch/powerpc/include/endian.h @@ -1,3 +1,4 @@ +/* $OpenBSD: endian.h,v 1.3 1996/12/28 06:25:05 rahnds Exp $ */ /* $NetBSD: endian.h,v 1.2 1996/10/13 03:16:41 christos Exp $ */ /*- diff --git a/sys/arch/powerpc/include/exec.h b/sys/arch/powerpc/include/exec.h index 54357834d22..7a294b1411c 100644 --- a/sys/arch/powerpc/include/exec.h +++ b/sys/arch/powerpc/include/exec.h @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.h,v 1.3 1996/12/28 06:25:06 rahnds Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou * All rights reserved. @@ -24,7 +25,7 @@ * (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: exec.h,v 1.2 1996/12/23 02:42:35 deraadt Exp $ + * $Id: exec.h,v 1.3 1996/12/28 06:25:06 rahnds Exp $ */ #ifndef _PPC_EXEC_H_ diff --git a/sys/arch/powerpc/include/float.h b/sys/arch/powerpc/include/float.h index 62cd9f89505..a1efba05c27 100644 --- a/sys/arch/powerpc/include/float.h +++ b/sys/arch/powerpc/include/float.h @@ -1,3 +1,4 @@ +/* $OpenBSD: float.h,v 1.2 1996/12/28 06:25:07 rahnds Exp $ */ /* $NetBSD: float.h,v 1.1 1996/09/30 16:34:24 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/fpu.h b/sys/arch/powerpc/include/fpu.h index e8cdb9c2dbf..b9c7aa2670d 100644 --- a/sys/arch/powerpc/include/fpu.h +++ b/sys/arch/powerpc/include/fpu.h @@ -1,3 +1,4 @@ +/* $OpenBSD: fpu.h,v 1.2 1996/12/28 06:25:08 rahnds Exp $ */ /* $NetBSD: fpu.h,v 1.1 1996/09/30 16:34:24 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/frame.h b/sys/arch/powerpc/include/frame.h index a5b73d5f7ca..7e9562ed3eb 100644 --- a/sys/arch/powerpc/include/frame.h +++ b/sys/arch/powerpc/include/frame.h @@ -1,3 +1,4 @@ +/* $OpenBSD: frame.h,v 1.2 1996/12/28 06:25:09 rahnds Exp $ */ /* $NetBSD: frame.h,v 1.1 1996/09/30 16:34:25 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/ieee.h b/sys/arch/powerpc/include/ieee.h index fe8339444a8..a91dcaeab43 100644 --- a/sys/arch/powerpc/include/ieee.h +++ b/sys/arch/powerpc/include/ieee.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ieee.h,v 1.2 1996/12/28 06:25:11 rahnds Exp $ */ /* $NetBSD: ieee.h,v 1.1 1996/09/30 16:34:25 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/ipkdb.h b/sys/arch/powerpc/include/ipkdb.h index da5f1a43b15..dab68c29d07 100644 --- a/sys/arch/powerpc/include/ipkdb.h +++ b/sys/arch/powerpc/include/ipkdb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ipkdb.h,v 1.2 1996/12/28 06:25:12 rahnds Exp $ */ /* $NetBSD: ipkdb.h,v 1.1 1996/10/16 19:33:04 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/irq.h b/sys/arch/powerpc/include/irq.h index 47b2863f8ad..60ea2933c0a 100644 --- a/sys/arch/powerpc/include/irq.h +++ b/sys/arch/powerpc/include/irq.h @@ -1,3 +1,4 @@ +/* $OpenBSD: irq.h,v 1.2 1996/12/28 06:25:14 rahnds Exp $ */ /* $NetBSD: irq.h,v 1.1 1996/09/30 16:34:26 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/kcore.h b/sys/arch/powerpc/include/kcore.h index 236ef30f43c..cf947ae0fc8 100644 --- a/sys/arch/powerpc/include/kcore.h +++ b/sys/arch/powerpc/include/kcore.h @@ -1,3 +1,4 @@ +/* $OpenBSD: kcore.h,v 1.2 1996/12/28 06:25:15 rahnds Exp $ */ /* $NetBSD: kcore.h,v 1.1 1996/09/30 16:34:26 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/limits.h b/sys/arch/powerpc/include/limits.h index a19695b42c9..15852500b33 100644 --- a/sys/arch/powerpc/include/limits.h +++ b/sys/arch/powerpc/include/limits.h @@ -1,3 +1,4 @@ +/* $OpenBSD: limits.h,v 1.2 1996/12/28 06:25:16 rahnds Exp $ */ /* $NetBSD: limits.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 7df158ca14f..03a73522c2a 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,3 +1,4 @@ +/* $OpenBSD: param.h,v 1.2 1996/12/28 06:25:17 rahnds Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/pcb.h b/sys/arch/powerpc/include/pcb.h index 58bf6a4f8f1..ab02043c45f 100644 --- a/sys/arch/powerpc/include/pcb.h +++ b/sys/arch/powerpc/include/pcb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pcb.h,v 1.2 1996/12/28 06:25:18 rahnds Exp $ */ /* $NetBSD: pcb.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h index 6452c044006..5d806fad624 100644 --- a/sys/arch/powerpc/include/pmap.h +++ b/sys/arch/powerpc/include/pmap.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap.h,v 1.2 1996/12/28 06:25:20 rahnds Exp $ */ /* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/powerpc.h b/sys/arch/powerpc/include/powerpc.h index 4276f92b943..3082c6593b5 100644 --- a/sys/arch/powerpc/include/powerpc.h +++ b/sys/arch/powerpc/include/powerpc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: powerpc.h,v 1.2 1996/12/28 06:25:21 rahnds Exp $ */ /* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/proc.h b/sys/arch/powerpc/include/proc.h index 019cc2a7d98..dee3238977d 100644 --- a/sys/arch/powerpc/include/proc.h +++ b/sys/arch/powerpc/include/proc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.h,v 1.2 1996/12/28 06:25:22 rahnds Exp $ */ /* $NetBSD: proc.h,v 1.1 1996/09/30 16:34:31 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/psl.h b/sys/arch/powerpc/include/psl.h index 0868899339c..20182170cc1 100644 --- a/sys/arch/powerpc/include/psl.h +++ b/sys/arch/powerpc/include/psl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: psl.h,v 1.2 1996/12/28 06:25:23 rahnds Exp $ */ /* $NetBSD: psl.h,v 1.1 1996/09/30 16:34:32 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/pte.h b/sys/arch/powerpc/include/pte.h index 98314ee367f..522dea54ac2 100644 --- a/sys/arch/powerpc/include/pte.h +++ b/sys/arch/powerpc/include/pte.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pte.h,v 1.2 1996/12/28 06:25:25 rahnds Exp $ */ /* $NetBSD: pte.h,v 1.1 1996/09/30 16:34:32 ws Exp $ */ /*- -- 2.20.1