diff options
| author | mycroft <mycroft@NetBSD.org> | 1999-01-22 14:12:07 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1999-01-22 14:12:07 +0000 |
| commit | 082204fa3de4dfee9cd02a9437e151e70605cd5b (patch) | |
| tree | e13cb3f934092a0e87ea0c132e503f5061c27e19 /sys | |
| parent | 65fca13b07cd9d458ab2f957872058845a2dc036 (diff) | |
Standardize format.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amiga/include/stdarg.h | 3 | ||||
| -rw-r--r-- | sys/arch/atari/include/stdarg.h | 3 | ||||
| -rw-r--r-- | sys/arch/hp300/include/stdarg.h | 3 | ||||
| -rw-r--r-- | sys/arch/mac68k/include/stdarg.h | 3 | ||||
| -rw-r--r-- | sys/arch/mvme68k/include/stdarg.h | 3 | ||||
| -rw-r--r-- | sys/arch/x68k/include/stdarg.h | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/sys/arch/amiga/include/stdarg.h b/sys/arch/amiga/include/stdarg.h index 0717f83d839..809b599a9a1 100644 --- a/sys/arch/amiga/include/stdarg.h +++ b/sys/arch/amiga/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.8 1994/10/26 02:06:40 cgd Exp $ */ +/* $NetBSD: stdarg.h,v 1.9 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> diff --git a/sys/arch/atari/include/stdarg.h b/sys/arch/atari/include/stdarg.h index 9b66132359a..4a69681c8fd 100644 --- a/sys/arch/atari/include/stdarg.h +++ b/sys/arch/atari/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */ +/* $NetBSD: stdarg.h,v 1.2 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> diff --git a/sys/arch/hp300/include/stdarg.h b/sys/arch/hp300/include/stdarg.h index 07f10c65ee5..743dbfaa95c 100644 --- a/sys/arch/hp300/include/stdarg.h +++ b/sys/arch/hp300/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.4 1994/10/26 07:26:45 cgd Exp $ */ +/* $NetBSD: stdarg.h,v 1.5 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> diff --git a/sys/arch/mac68k/include/stdarg.h b/sys/arch/mac68k/include/stdarg.h index 3b0053df762..d28df334c68 100644 --- a/sys/arch/mac68k/include/stdarg.h +++ b/sys/arch/mac68k/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.5 1994/10/26 08:46:48 cgd Exp $ */ +/* $NetBSD: stdarg.h,v 1.6 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> diff --git a/sys/arch/mvme68k/include/stdarg.h b/sys/arch/mvme68k/include/stdarg.h index 5018e7e3993..4a69681c8fd 100644 --- a/sys/arch/mvme68k/include/stdarg.h +++ b/sys/arch/mvme68k/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.1.1.1 1995/07/25 23:12:18 chuck Exp $ */ +/* $NetBSD: stdarg.h,v 1.2 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> diff --git a/sys/arch/x68k/include/stdarg.h b/sys/arch/x68k/include/stdarg.h index d065e49f215..4a69681c8fd 100644 --- a/sys/arch/x68k/include/stdarg.h +++ b/sys/arch/x68k/include/stdarg.h @@ -1,4 +1,3 @@ -/* $NetBSD: stdarg.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */ +/* $NetBSD: stdarg.h,v 1.2 1999/01/22 14:12:07 mycroft Exp $ */ -/* Just use the common m68k definition */ #include <m68k/stdarg.h> |
