[#] http://marc.info/?l=openbsd-cvs&m=140898994911380&w=2
openbsd-cvs(obsdave,2) — All
2014-08-25 22:55:09


Module name: src
Changes by: bluhm@cvs.openbsd.org 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@