CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2011/04/18 06:29:59
Modified files: usr.bin/rdist : child.c common.c Log message: Print size_t with %zu and ssize_t with %zd in error/debug output. Not %d or %u. May help some of the issues reported by Richard Toohey. Tested by Steven R. Gerber.