Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2003 10:18:33 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28841 for review
Message-ID:  <200304121718.h3CHIXro029692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28841

Change 28841 by robert@robert_spes on 2003/04/12 10:17:43

	Always pull in <machine/frame.h> for now.  The definition of
	`struct sigcontext' below needs `struct trapframe'.

Affected files ...

.. //depot/projects/mips/sys/mips/include/signal.h#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/signal.h#2 (text+ko) ====

@@ -43,9 +43,7 @@
 
 typedef int sig_atomic_t;
 
-#ifdef _KERNEL
 #include <machine/frame.h>
-#endif /* _KERNEL */
 
 #if __BSD_VISIBLE
 struct sigcontext {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304121718.h3CHIXro029692>