CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/21 03:58:55
Modified files:
sbin/dhclient : dhclient.c dispatch.c kroute.c
Log message:
Use explicit idiom when testing the result of strcmp() and strncmp().
i.e. == 0 and != 0 as appropriate. No intentional functional change.
Suggested by & ok tom@
