diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-04 08:09:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-04 08:09:32 +0000 |
commit | cb87fe3d33ff798849a97cc1429b1b50d863fcee (patch) | |
tree | bf4599ce8c9fed1795bd0e102bb2bab9563ac105 /sys/arch/mvme88k/include | |
parent | 955a95d244f667e4725583bc1dda6225f5d83c23 (diff) |
$OpenBSD$
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/asm.h | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/cpu_number.h | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/stdarg.h | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/va-m88k.h | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/varargs.h | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/vid.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/include/asm.h b/sys/arch/mvme88k/include/asm.h index 01bbcc358e6..dc179b3f1de 100644 --- a/sys/arch/mvme88k/include/asm.h +++ b/sys/arch/mvme88k/include/asm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: asm.h,v 1.11 2001/07/04 08:09:23 niklas Exp $ */ + /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University diff --git a/sys/arch/mvme88k/include/cpu_number.h b/sys/arch/mvme88k/include/cpu_number.h index d6e28f30b1f..0410fef2390 100644 --- a/sys/arch/mvme88k/include/cpu_number.h +++ b/sys/arch/mvme88k/include/cpu_number.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cpu_number.h,v 1.5 2001/07/04 08:09:23 niklas Exp $ */ + /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University diff --git a/sys/arch/mvme88k/include/stdarg.h b/sys/arch/mvme88k/include/stdarg.h index 7b1ff19b6ec..0ab410d0d5a 100644 --- a/sys/arch/mvme88k/include/stdarg.h +++ b/sys/arch/mvme88k/include/stdarg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: stdarg.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */ + /* This file has local changes by MOTOROLA Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific) * (gstdarg.h, gvarargs.h) C-Front requires all builtins to diff --git a/sys/arch/mvme88k/include/va-m88k.h b/sys/arch/mvme88k/include/va-m88k.h index caa77c3c12d..af08e572cfc 100644 --- a/sys/arch/mvme88k/include/va-m88k.h +++ b/sys/arch/mvme88k/include/va-m88k.h @@ -1,3 +1,5 @@ +/* $OpenBSD: va-m88k.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */ + /* This file has local changes by MOTOROLA Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific) * Due to C-Front's usage of __alignof__ builtin the diff --git a/sys/arch/mvme88k/include/varargs.h b/sys/arch/mvme88k/include/varargs.h index aeef84f45cf..68fa41eab22 100644 --- a/sys/arch/mvme88k/include/varargs.h +++ b/sys/arch/mvme88k/include/varargs.h @@ -1,3 +1,5 @@ +/* $OpenBSD: varargs.h,v 1.4 2001/07/04 08:09:23 niklas Exp $ */ + /* This file has local changes by MOTOROLA Thu Sep 9 09:06:29 CDT 1993 Dale Rahn (drahn@pacific) * (gstdarg.h, gvarargs.h) C-Front requires all builtins to diff --git a/sys/arch/mvme88k/include/vid.h b/sys/arch/mvme88k/include/vid.h index 58deccae24a..ea179d47f2e 100644 --- a/sys/arch/mvme88k/include/vid.h +++ b/sys/arch/mvme88k/include/vid.h @@ -1,3 +1,5 @@ +/* $OpenBSD: vid.h,v 1.6 2001/07/04 08:09:24 niklas Exp $ */ + #ifndef __MACHINE_VID_H__ #define __MACHINE_VID_H__ |