diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-02 18:41:23 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-02 18:41:23 +0200 |
commit | 40c0ecfe821036a3eefc210e6f5dc09e846ae5bf (patch) | |
tree | f13b30ddc162fd064241b968d751036d6eddb740 /std.c | |
parent | e2ac1676b10e71dcc2c11614637ea8f00d3ba9a1 (diff) | |
download | st-40c0ecfe821036a3eefc210e6f5dc09e846ae5bf.tar.gz st-40c0ecfe821036a3eefc210e6f5dc09e846ae5bf.zip |
remove stdio slave pty opening
Diffstat (limited to 'std.c')
-rw-r--r-- | std.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -319,8 +319,5 @@ main(int argc, char *argv[]) { | |||
319 | eprint("usage: st [-v]\n"); | 319 | eprint("usage: st [-v]\n"); |
320 | getpty(); | 320 | getpty(); |
321 | shell(); | 321 | shell(); |
322 | fdopen(fptm, "r+"); | ||
323 | if(!fptm) | ||
324 | eprintn("cannot open slave pty"); | ||
325 | return 0; | 322 | return 0; |
326 | } | 323 | } |