get it all...
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Jan 1993 10:25:58 +0000 (02:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Jan 1993 10:25:58 +0000 (02:25 -0800)
SCCS-vsn: games/sail/pl_7.c 5.10

usr/src/games/sail/pl_7.c

index 66f1772..e0ae83a 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_7.c     5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_7.c     5.10 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/ttydefaults.h>
 #endif /* not lint */
 
 #include <sys/ttydefaults.h>
@@ -35,12 +35,6 @@ initscreen()
        (void) leaveok(slot_w, 1);
        (void) leaveok(stat_w, 1);
        (void) leaveok(turn_w, 1);
        (void) leaveok(slot_w, 1);
        (void) leaveok(stat_w, 1);
        (void) leaveok(turn_w, 1);
-#ifdef SIGTSTP
-       {
-               void susp();
-               (void) signal(SIGTSTP, susp);
-       }
-#endif
        noecho();
        crmode();
 }
        noecho();
        crmode();
 }