CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/25 12:05:30
Modified files:
usr.sbin/syslogd: privsep.c syslogd.c ttymsg.c
Log message:
Fix the gcc compiler warnings "comparison between signed and
unsigned". Some checks got stricter. The (size_t) cast is only
done, if the argument is not negative.
OK henning@
