projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ac167
)
remove stdio slave pty opening
author
Matthias-Christian Ott
<ott@enolink.de>
Mon, 2 Jun 2008 16:41:23 +0000
(18:41 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Mon, 2 Jun 2008 16:41:23 +0000
(18:41 +0200)
std.c
patch
|
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;
}