From 4aebfb2279fb4dec37c4a97c130c0d5c4436da7c Mon Sep 17 00:00:00 2001 From: marting Date: Thu, 4 Nov 1999 20:30:44 +0000 Subject: [PATCH] adjusted the numbers for the interrupts, I'm not sure if this works this way --- scsh/scsh_aux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scsh/scsh_aux.h b/scsh/scsh_aux.h index 14afda6..ba0c2cf 100644 --- a/scsh/scsh_aux.h +++ b/scsh/scsh_aux.h @@ -12,8 +12,8 @@ ** scsh to support Unix signals. Note that not all Unixes support ** all these signals. */ -#define scshint_alarm (0) /* S48 Unix SIGALRM signal */ -#define scshint_keyboard (1) /* S48 Unix SIGINT signal */ +#define scshint_keyboard (2) /* S48 Unix SIGINT signal */ +#define scshint_alarm (3) /* S48 Unix SIGALRM signal */ /* #define scshint_memory_shortage (2) */ #define scshint_chld (4) /* Interrupts from here down are */ #define scshint_cont (5) /* Unix signals. The last ten are */