summaryrefslogtreecommitdiff
path: root/games/worm
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>1999-09-03 09:35:25 +0000
committerHugh Graham <hugh@cvs.openbsd.org>1999-09-03 09:35:25 +0000
commit95e954703325257fecc63c102648a19235fb9618 (patch)
tree0d107006c2870ea7a0ea01615722a6c014ffd766 /games/worm
parent8d51f8506f999b6fb9a7d6e8a8fef4767042824e (diff)
unbreak brake
Diffstat (limited to 'games/worm')
-rw-r--r--games/worm/worm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/worm/worm.c b/games/worm/worm.c
index ebd2cadacd9..87380aae716 100644
--- a/games/worm/worm.c
+++ b/games/worm/worm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: worm.c,v 1.8 1999/04/20 23:01:13 pjanzen Exp $ */
+/* $OpenBSD: worm.c,v 1.9 1999/09/03 09:35:24 hugh Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: worm.c,v 1.8 1999/04/20 23:01:13 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: worm.c,v 1.9 1999/09/03 09:35:24 hugh Exp $";
#endif
#endif /* not lint */
@@ -330,7 +330,7 @@ suspend(dummy)
refresh();
endwin();
fflush(stdout);
- kill(getpid(), SIGTSTP);
+ kill(getpid(), SIGSTOP);
signal(SIGTSTP, suspend);
crmode();
noecho();