]> granicus.if.org Git - shadow/commit
* libmisc/rlogin.c: The size argument of read() is a size_t.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 18:34:27 +0000 (18:34 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 18:34:27 +0000 (18:34 +0000)
commit71dda8b648a81c89ccabddb8396c14b8e06b35b3
tree1c91b5d6d1c96df3b6343c2d592f3f28918d703b
parent2296db3db68a57ce05364d8055e1a452dea85603
* libmisc/rlogin.c: The size argument of read() is a size_t.
Propagate this time to the callers (the get_remote_string() and
do_rlogin() functions).
* libmisc/rlogin.c: Add brackets and parenthesis.
* libmisc/rlogin.c: Avoid multi-statements lines.
* libmisc/rlogin.c: Avoid assignments in comparisons.
* libmisc/rlogin.c: Avoid implicit conversion of pointers to
booleans.
ChangeLog
libmisc/rlogin.c