CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/28 09:01:39
Modified files:
sbin/dhclient : dhclient.c
Log message:
Join other daemons in assuming that a single read from a routing
socket may contain more than one RTM_* message.
Adopt the claudian variant (pointer arithmetic/comparison) of doing
this.
The isolation of dhclient in assuming each routing socket read will
return only one message pointed out by Gregor Best.
