summaryrefslogtreecommitdiff
blob: e6350ca5b37e35ba656c2ddbbff1671dfb7f8c8d (plain)
1
2
3
4
5
6
7
8
9
10
--- sl.c.orig	2003-09-07 14:20:29.000000000 +0900
+++ sl.c	2003-09-07 14:21:11.000000000 +0900
@@ -164,6 +164,7 @@
     signal(SIGINT, end_proc);
 #else
+    signal(SIGTSTP, SIG_IGN);
     signal(SIGINT, SIG_IGN);
     PASSNUM = (int)(drand48() * 20.0) + 10;
     if (drand48() > 0.5) {
       ONEDIREC = 1;