CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/01 13:23:50
Modified files:
sbin/dhclient : dhclient.c options.c
Log message:
Two stray "if (p)" -> "if (p != NULL)" and
a stray "if (char)" -> "if (char != '\0').
CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/01 13:23:50
Modified files:
sbin/dhclient : dhclient.c options.c
Log message:
Two stray "if (p)" -> "if (p != NULL)" and
a stray "if (char)" -> "if (char != '\0').