diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-26 18:18:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-26 18:18:00 +0000 |
commit | ff29469fca330b41980c40fcad9f5fdaeba68bd9 (patch) | |
tree | 6a4f0d0869669b2df6fb8153171803908e2a458c /usr.bin/tip/acu.c | |
parent | 4f22c400434365c1af3c92ce2e09b772225c198d (diff) |
if one process is killed, kill the other ourself; various ok
Diffstat (limited to 'usr.bin/tip/acu.c')
-rw-r--r-- | usr.bin/tip/acu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/acu.c b/usr.bin/tip/acu.c index c949c68e762..df0ae79b774 100644 --- a/usr.bin/tip/acu.c +++ b/usr.bin/tip/acu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acu.c,v 1.9 2003/06/03 02:56:18 millert Exp $ */ +/* $OpenBSD: acu.c,v 1.10 2004/05/26 18:17:58 deraadt Exp $ */ /* $NetBSD: acu.c,v 1.4 1996/12/29 10:34:03 cgd Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: acu.c,v 1.9 2003/06/03 02:56:18 millert Exp $"; +static const char rcsid[] = "$OpenBSD: acu.c,v 1.10 2004/05/26 18:17:58 deraadt Exp $"; #endif /* not lint */ #include "tip.h" @@ -174,7 +174,7 @@ disconnect(reason) } static void -acuabort(s) +acuabort(int s) { signal(s, SIG_IGN); longjmp(jmpbuf, 1); |