Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
40c0ecf
)
remove debug code
author
Matthias-Christian Ott <
[email protected]
>
Mon, 2 Jun 2008 16:42:23 +0000
(18:42 +0200)
committer
Matthias-Christian Ott <
[email protected]
>
Mon, 2 Jun 2008 16:42:23 +0000
(18:42 +0200)
std.c
diff
|
blob
|
history
diff --git
a/std.c
b/std.c
index
080c490
..
53cbd2d
100644
(file)
--- a/
std.c
+++ b/
std.c
@@
-127,7
+127,6
@@
getpty(void) {
pts = open(ptsdev, O_RDWR);
if(pts == -1)
eprintn("error, cannot open slave pty");
pts = open(ptsdev, O_RDWR);
if(pts == -1)
eprintn("error, cannot open slave pty");
- puts(ptsdev);
}
else
eprintn("error, cannot open pty");
}
else
eprintn("error, cannot open pty");