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/m68k/include Pull up following revision(s) (re...



details:   https://anonhg.NetBSD.org/src/rev/d22a9426475a
branches:  netbsd-3-0
changeset: 579190:d22a9426475a
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 06 13:01:45 2006 +0000

description:
Pull up following revision(s) (requested by oster in ticket #1243):
        sys/arch/m68k/include/signal.h: revision 1.23
We don't need (or want!) to include cpuframe.h or have sigstate
visible to userland on m68k.  Fixes numerous pkgsrc build issues where
"struct frame" as defined in cpuframe.h pollutes the local namespace.
Compile-tested full builds for hp300, mac68k, amiga, sun3, and next68k.
OK'ed by matt@.

diffstat:

 sys/arch/m68k/include/signal.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 1a98e0f2684a -r d22a9426475a sys/arch/m68k/include/signal.h
--- a/sys/arch/m68k/include/signal.h    Thu Apr 06 12:56:02 2006 +0000
+++ b/sys/arch/m68k/include/signal.h    Thu Apr 06 13:01:45 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.20 2004/07/29 12:54:46 is Exp $   */
+/*     $NetBSD: signal.h,v 1.20.14.1 2006/04/06 13:01:45 tron Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -83,6 +83,7 @@
        sigset_t sc_mask;               /* signal mask to restore (new style) */
 };
 
+#ifdef _KERNEL
 #include <m68k/cpuframe.h>
 
 /*
@@ -97,6 +98,7 @@
 #define        SS_RTEFRAME     0x01
 #define        SS_FPSTATE      0x02
 #define        SS_USERREGS     0x04
+#endif
 
 #if defined(__M68K_SIGNAL_PRIVATE)
 



Home | Main Index | Thread Index | Old Index