You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/sl/files/sl-3.03-gentoo.diff

11 lines
308 B

--- 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;