diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-12 07:01:23 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-12 07:01:23 +0000 |
| commit | e1c2c8c16e56e3a756052eb2c72e70e038c82da9 (patch) | |
| tree | b7261a9f9fd2115d11baef9cc4a9ff5b2864232d | |
| parent | 03c6be5cdc309d73d4ec4320dbed6543819706e8 (diff) | |
Notes
| -rw-r--r-- | games/hack/hack.ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index 6669ceaba363..626fead7e0a3 100644 --- a/games/hack/hack.ioctl.c +++ b/games/hack/hack.ioctl.c @@ -1,5 +1,6 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.ioctl.c - version 1.0.2 */ +/* $FreeBSD$ /* This cannot be part of hack.tty.c (as it was earlier) since on some systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h> @@ -32,8 +33,8 @@ setioctls() { } #ifdef SUSPEND /* implies BSD */ -dosuspend() { #include <signal.h> +dosuspend() { #ifdef SIGTSTP if(signal(SIGTSTP, SIG_IGN) == SIG_DFL) { settty((char *) 0); |
