projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772a346
)
fix whitespace in comment example
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 10 May 2006 17:17:09 +0000
(17:17 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 10 May 2006 17:17:09 +0000
(17:17 -0000)
networking/telnetd.c
patch
|
blob
|
history
diff --git
a/networking/telnetd.c
b/networking/telnetd.c
index 7b3c698981e4f26050e1ae8acfbecdd0e656941e..41e4707a38cd9397590a3e4e16c1d535bedce7f2 100644
(file)
--- a/
networking/telnetd.c
+++ b/
networking/telnetd.c
@@
-94,7
+94,7
@@
struct tsession {
+-------+ wridx1++ +------+ rdidx1++ +----------+
| | <-------------- | buf1 | <-------------- | |
| | size1-- +------+ size1++ | |
- | pty | | socket |
+ | pty |
| socket |
| | rdidx2++ +------+ wridx2++ | |
| | --------------> | buf2 | --------------> | |
+-------+ size2++ +------+ size2-- +----------+