diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-17 11:08:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-17 11:08:53 +0000 |
commit | 0de37e10ed73cb18def0edf751e4b333d20568c9 (patch) | |
tree | 8ab08b0e069b85f5f01ad8035a7538f16a72e63f /networking/telnetd.c | |
parent | 31acd1ba0a091577983ec02b336fe6388e80a942 (diff) | |
download | busybox-w32-0de37e10ed73cb18def0edf751e4b333d20568c9.tar.gz busybox-w32-0de37e10ed73cb18def0edf751e4b333d20568c9.tar.bz2 busybox-w32-0de37e10ed73cb18def0edf751e4b333d20568c9.zip |
ash: use fdprintf, not dprintf.
*: trailing whitespace removed
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index f1927e069..7b799dcf8 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -141,7 +141,7 @@ remove_iacs(struct tsession *ts, int *pnum_totty) | |||
141 | } | 141 | } |
142 | } | 142 | } |
143 | 143 | ||
144 | num_totty = totty - ptr0; | 144 | num_totty = totty - ptr0; |
145 | *pnum_totty = num_totty; | 145 | *pnum_totty = num_totty; |
146 | /* the difference between ptr and totty is number of iacs | 146 | /* the difference between ptr and totty is number of iacs |
147 | we removed from the stream. Adjust buf1 accordingly. */ | 147 | we removed from the stream. Adjust buf1 accordingly. */ |