PERFORCE change 28841 for review

Robert Drehmel robert at FreeBSD.org
Sat Apr 12 10:18:36 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=28841

Change 28841 by robert at 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 {


More information about the p4-projects mailing list