This should fix it, but my kernel is still compiling. Index: signal.h =================================================================== RCS file: /cvs/src/sys/arch/sh/include/signal.h,v retrieving revision 1.4 diff -u -p -r1.4 signal.h --- signal.h 13 Apr 2012 18:09:01 -0000 1.4 +++ signal.h 27 Apr 2012 10:25:04 -0000 @@ -40,7 +40,6 @@ typedef int sig_atomic_t; #if __BSD_VISIBLE || __XPG_VISIBLE >= 420 -#include <sh/reg.h> /* * Information pushed on stack when a signal is delivered.
