Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
e2ac167
)
remove stdio slave pty opening
author
Matthias-Christian Ott <
[email protected]
>
Mon, 2 Jun 2008 16:41:23 +0000
(18:41 +0200)
committer
Matthias-Christian Ott <
[email protected]
>
Mon, 2 Jun 2008 16:41:23 +0000
(18:41 +0200)
std.c
diff
|
blob
|
history
diff --git
a/std.c
b/std.c
index
ef946dd
..
080c490
100644
(file)
--- a/
std.c
+++ b/
std.c
@@
-319,8
+319,5
@@
main(int argc, char *argv[]) {
eprint("usage: st [-v]\n");
getpty();
shell();
- fdopen(fptm, "r+");
- if(!fptm)
- eprintn("cannot open slave pty");
return 0;
}