From cebdbd02f06db663af126129c97e0f47e0e15dae Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 10 Aug 1993 02:15:07 +0000 Subject: Pass the signal number to tstp(). --- sail/pl_7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sail/pl_7.c b/sail/pl_7.c index f7156ba8..b0bbb0e6 100644 --- a/sail/pl_7.c +++ b/sail/pl_7.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)pl_7.c 5.7 (Berkeley) 2/28/91";*/ -static char rcsid[] = "$Id: pl_7.c,v 1.2 1993/08/01 18:51:35 mycroft Exp $"; +static char rcsid[] = "$Id: pl_7.c,v 1.3 1993/08/10 02:15:07 mycroft Exp $"; #endif /* not lint */ #include "player.h" @@ -475,7 +475,7 @@ void susp() { blockalarm(); - tstp(); + tstp(SIGTSTP); (void) signal(SIGTSTP, susp); unblockalarm(); } -- cgit v1.2.3