diff --git a/scsh/sighandlers1.c b/scsh/sighandlers1.c index 6f1b94d..a49f861 100644 --- a/scsh/sighandlers1.c +++ b/scsh/sighandlers1.c @@ -12,7 +12,7 @@ /* Make sure our exports match up w/the implementation: */ #include "sighandlers1.h" -#include "machine/signals1.h" +#include "signals1.h" extern int errno; @@ -63,7 +63,7 @@ int get_procmask(int *old_lo_p) static void scm_handle_sig(int sig) { - fprintf(stderr, "scm_handle_sig(%d)\n", sig); + /* fprintf(stderr, "scm_handle_sig(%d)\n", sig); */ Spending_interruptsS |= (1<