CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/18 16:18:30
Modified files:
usr.bin/rdist : docmd.c
Log message:
read(2) returns ssize_t. So use a ssize_t to store and test the
return value, not a size_t which does not grok -1.
ok matthew@
