Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Pull in the right generic m68k header. (Where was ...



details:   https://anonhg.NetBSD.org/src/rev/5c15f3e0a1bb
branches:  trunk
changeset: 472415:5c15f3e0a1bb
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Apr 29 14:38:39 1999 +0000

description:
Pull in the right generic m68k header.  (Where was my mind?)

diffstat:

 sys/arch/amiga/include/svr4_machdep.h   |  4 ++--
 sys/arch/atari/include/svr4_machdep.h   |  4 ++--
 sys/arch/hp300/include/svr4_machdep.h   |  4 ++--
 sys/arch/mac68k/include/svr4_machdep.h  |  4 ++--
 sys/arch/mvme68k/include/svr4_machdep.h |  4 ++--
 sys/arch/next68k/include/svr4_machdep.h |  4 ++--
 sys/arch/sun3/include/svr4_machdep.h    |  4 ++--
 sys/arch/x68k/include/svr4_machdep.h    |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (112 lines):

diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/amiga/include/svr4_machdep.h
--- a/sys/arch/amiga/include/svr4_machdep.h     Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/amiga/include/svr4_machdep.h     Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:22:57 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/atari/include/svr4_machdep.h
--- a/sys/arch/atari/include/svr4_machdep.h     Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/atari/include/svr4_machdep.h     Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:22:57 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/hp300/include/svr4_machdep.h
--- a/sys/arch/hp300/include/svr4_machdep.h     Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/hp300/include/svr4_machdep.h     Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:22:58 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/mac68k/include/svr4_machdep.h
--- a/sys/arch/mac68k/include/svr4_machdep.h    Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/mac68k/include/svr4_machdep.h    Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:22:59 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/mvme68k/include/svr4_machdep.h
--- a/sys/arch/mvme68k/include/svr4_machdep.h   Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/mvme68k/include/svr4_machdep.h   Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:23:00 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/next68k/include/svr4_machdep.h
--- a/sys/arch/next68k/include/svr4_machdep.h   Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/next68k/include/svr4_machdep.h   Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:23:00 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/sun3/include/svr4_machdep.h
--- a/sys/arch/sun3/include/svr4_machdep.h      Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/sun3/include/svr4_machdep.h      Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:23:01 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:39 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif
diff -r c0a442550330 -r 5c15f3e0a1bb sys/arch/x68k/include/svr4_machdep.h
--- a/sys/arch/x68k/include/svr4_machdep.h      Thu Apr 29 12:40:39 1999 +0000
+++ b/sys/arch/x68k/include/svr4_machdep.h      Thu Apr 29 14:38:39 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: svr4_machdep.h,v 1.1 1999/04/19 21:23:02 kleink Exp $  */
+/*     $NetBSD: svr4_machdep.h,v 1.2 1999/04/29 14:38:40 kleink Exp $  */
 
 #ifndef _MACHINE_SVR4_MACHDEP_H_
 #define _MACHINE_SVR4_MACHDEP_H_
 
-#include <m68k/frame.h>
+#include <m68k/svr4_machdep.h>
 
 #endif



Home | Main Index | Thread Index | Old Index