Source-Changes-HG archive

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

[src/netbsd-3-0]: src/sys/arch/hp300/stand/common Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/1a98e0f2684a
branches:  netbsd-3-0
changeset: 579189:1a98e0f2684a
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 06 12:56:02 2006 +0000

description:
Pull up following revision(s) (requested by oster in ticket #1242):
        sys/arch/hp300/stand/common/samachdep.h: revision 1.11
Explicitly include <m68k/frame.h> here, rather than relying on it getting
pulled in via signal.h by accident.

diffstat:

 sys/arch/hp300/stand/common/samachdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8b0cf29b6b6e -r 1a98e0f2684a sys/arch/hp300/stand/common/samachdep.h
--- a/sys/arch/hp300/stand/common/samachdep.h   Thu Apr 06 12:46:27 2006 +0000
+++ b/sys/arch/hp300/stand/common/samachdep.h   Thu Apr 06 12:56:02 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: samachdep.h,v 1.9 2003/11/14 16:52:40 tsutsui Exp $    */
+/*     $NetBSD: samachdep.h,v 1.9.26.1 2006/04/06 12:56:02 tron Exp $  */
 
 /*
  * Copyright (c) 1982, 1990, 1993
@@ -33,6 +33,7 @@
 
 #include <sys/param.h>
 #include <machine/hp300spu.h>
+#include <m68k/frame.h>
 
 #define        NHPIB           4
 #define        NSCSI           2



Home | Main Index | Thread Index | Old Index