diff options
| author | Jim Blandy | 1992-05-10 18:15:10 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-05-10 18:15:10 +0000 |
| commit | e065a56e2d6322cba165ceb5c1d46cc59c5a5148 (patch) | |
| tree | 4b00ff121a271a6b9e8df84cf7eb1fb340be0e3d /src/process.c | |
| parent | 1b1f8f85bf08bd6b1cdb5ca8d731ff3b12ff60d2 (diff) | |
| download | emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.tar.gz emacs-e065a56e2d6322cba165ceb5c1d46cc59c5a5148.zip | |
*** empty log message ***
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index d9e2734957f..9ba48ef7d56 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1109,11 +1109,8 @@ create_process (process, new_argv) | |||
| 1109 | #endif | 1109 | #endif |
| 1110 | int pty_flag = 0; | 1110 | int pty_flag = 0; |
| 1111 | Lisp_Object current_dir; | 1111 | Lisp_Object current_dir; |
| 1112 | char **env; | ||
| 1113 | extern char **environ; | 1112 | extern char **environ; |
| 1114 | 1113 | ||
| 1115 | env = environ; | ||
| 1116 | |||
| 1117 | inchannel = outchannel = -1; | 1114 | inchannel = outchannel = -1; |
| 1118 | 1115 | ||
| 1119 | #ifdef HAVE_PTYS | 1116 | #ifdef HAVE_PTYS |
| @@ -1318,7 +1315,7 @@ create_process (process, new_argv) | |||
| 1318 | 1315 | ||
| 1319 | child_setup_tty (xforkout); | 1316 | child_setup_tty (xforkout); |
| 1320 | child_setup (xforkin, xforkout, xforkout, | 1317 | child_setup (xforkin, xforkout, xforkout, |
| 1321 | new_argv, env, 1, current_dir); | 1318 | new_argv, 1, current_dir); |
| 1322 | } | 1319 | } |
| 1323 | environ = save_environ; | 1320 | environ = save_environ; |
| 1324 | } | 1321 | } |