1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

unbreak brake

This commit is contained in:
hugh 1999-09-03 09:35:24 +00:00
parent 8b5bc1e695
commit ea33cce364

View File

@ -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();