summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tc.const.c
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2007-10-15 15:23:07 +0000
committermp <mp@FreeBSD.org>2007-10-15 15:23:07 +0000
commit7932b1362619e94f8cf27c1c6f79ad49ecc39a3b (patch)
tree35061d37a02346eb49986c0acdfe36b69d17be1b /contrib/tcsh/tc.const.c
parent637c0444dc574ef343005895e3cfe1143c674c53 (diff)
downloadFreeBSD-src-7932b1362619e94f8cf27c1c6f79ad49ecc39a3b.zip
FreeBSD-src-7932b1362619e94f8cf27c1c6f79ad49ecc39a3b.tar.gz
Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:
- Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re
Diffstat (limited to 'contrib/tcsh/tc.const.c')
-rw-r--r--contrib/tcsh/tc.const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcsh/tc.const.c b/contrib/tcsh/tc.const.c
index e7c92f4..d63de6f 100644
--- a/contrib/tcsh/tc.const.c
+++ b/contrib/tcsh/tc.const.c
@@ -46,7 +46,7 @@ Char STRautomatic[] = { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c',
Char STRhangup[] = { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
Char STRtty[] = { 't', 't', 'y', '\0' };
-Char STRpts[] = { 'p', 't', 's', '\0' };
+Char STRslptssl[] = { '/', 'p', 't', 's', '/', '\0' };
Char STRany[] = { 'a', 'n', 'y', '\0' };
Char STRstatus[] = { 's', 't', 'a', 't', 'u', 's', '\0' };
Char STR0[] = { '0', '\0' };
OpenPOWER on IntegriCloud