CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/20 20:09:07
Modified files:
usr.sbin/identd: identd.c
Log message:
get bytes off the wire as unsigned char so we can pass them to
identd_parse() and then isspace()/isdigit() as appropriately promoted
values.
based on discussion with deraadt@ and guenther@
