mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 08:21:13 +01:00
17297: 17265 continued.
This commit is contained in:
parent
956eebdf62
commit
c2c3e7e886
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-06 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 17297: Src/Modules/zpty.c: 17265 continued.
|
||||
|
||||
2002-06-05 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
||||
* 17295: Src/Zle/zle_thingy.c: `zle -F' could fail because
|
||||
|
|
|
@ -294,7 +294,7 @@ newptycmd(char *nam, char *pname, char **args, int echo, int nblock)
|
|||
/* This code copied from the clone module, except for getting *
|
||||
* the descriptor from get_pty() and duplicating it to 0/1/2. */
|
||||
|
||||
clearjobtab();
|
||||
clearjobtab(0);
|
||||
ppid = getppid();
|
||||
mypid = getpid();
|
||||
#ifdef HAVE_SETSID
|
||||
|
|
Loading…
Reference in a new issue