diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 18:52:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 18:52:20 +0000 |
commit | 90ad803b7db4b68be68c4c9d87e4151e370d3ab6 (patch) | |
tree | ad92b872fa4575f3c9eb8ca52ce3e407d1b9acf8 /sys | |
parent | 43c4ae8f7158cdd1387cdc603f420820a4d3fc49 (diff) |
Add OpenBSD tag to headers missing them.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/include/ieeefp.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/reloc.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/setjmp.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/stdarg.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/trap.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/va-ppc.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/varargs.h | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/include/vmparam.h | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/powerpc/include/ieeefp.h b/sys/arch/powerpc/include/ieeefp.h index 71a4c0153c1..96336de4963 100644 --- a/sys/arch/powerpc/include/ieeefp.h +++ b/sys/arch/powerpc/include/ieeefp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ieeefp.h,v 1.3 2001/03/29 18:52:19 drahn Exp $ */ /* * Written by J.T. Conklin, Apr 6, 1995 * Public domain. diff --git a/sys/arch/powerpc/include/reloc.h b/sys/arch/powerpc/include/reloc.h index 210c56c2025..2474859a86e 100644 --- a/sys/arch/powerpc/include/reloc.h +++ b/sys/arch/powerpc/include/reloc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: reloc.h,v 1.2 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: reloc.h,v 1.1 1996/09/30 16:34:33 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/setjmp.h b/sys/arch/powerpc/include/setjmp.h index 39a1f62c9b5..bfa03e2291d 100644 --- a/sys/arch/powerpc/include/setjmp.h +++ b/sys/arch/powerpc/include/setjmp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.h,v 1.2 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: setjmp.h,v 1.1 1996/09/30 16:34:34 ws Exp $ */ #define _JBLEN 100 diff --git a/sys/arch/powerpc/include/stdarg.h b/sys/arch/powerpc/include/stdarg.h index 15e7d1deec5..785387980cc 100644 --- a/sys/arch/powerpc/include/stdarg.h +++ b/sys/arch/powerpc/include/stdarg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: stdarg.h,v 1.3 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: stdarg.h,v 1.1 1996/09/30 16:34:35 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/trap.h b/sys/arch/powerpc/include/trap.h index 3087a3ff90e..5f858988c9e 100644 --- a/sys/arch/powerpc/include/trap.h +++ b/sys/arch/powerpc/include/trap.h @@ -1,3 +1,4 @@ +/* $OpenBSD: trap.h,v 1.2 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: trap.h,v 1.1 1996/09/30 16:34:35 ws Exp $ */ /* diff --git a/sys/arch/powerpc/include/va-ppc.h b/sys/arch/powerpc/include/va-ppc.h index 501d37d8cd0..213c1e005c7 100644 --- a/sys/arch/powerpc/include/va-ppc.h +++ b/sys/arch/powerpc/include/va-ppc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: va-ppc.h,v 1.6 2001/03/29 18:52:19 drahn Exp $ */ /* GNU C varargs support for the PowerPC with either the V.4 or Windows NT calling sequences */ #ifndef _WIN32 diff --git a/sys/arch/powerpc/include/varargs.h b/sys/arch/powerpc/include/varargs.h index ee015e0500b..cbc021a5ef7 100644 --- a/sys/arch/powerpc/include/varargs.h +++ b/sys/arch/powerpc/include/varargs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: varargs.h,v 1.2 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: varargs.h,v 1.1 1996/09/30 16:34:37 ws Exp $ */ /*- diff --git a/sys/arch/powerpc/include/vmparam.h b/sys/arch/powerpc/include/vmparam.h index 1caf08e5c8b..e5799f5021d 100644 --- a/sys/arch/powerpc/include/vmparam.h +++ b/sys/arch/powerpc/include/vmparam.h @@ -1,3 +1,4 @@ +/* $OpenBSD: vmparam.h,v 1.8 2001/03/29 18:52:19 drahn Exp $ */ /* $NetBSD: vmparam.h,v 1.1 1996/09/30 16:34:38 ws Exp $ */ /*- |