CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/13 09:49:32
Modified files:
sbin/dhclient : bpf.c dhclient.c dhcpd.h options.c
Log message:
Rename 'packet' field to 'recv_packet' and 'bootrequest_packet'
field to 'sent_packet'. Also 'bootrequest_packet_length' to
'sent_packet_length'.
Adopt consistent idiom of a local variable 'packet' to point at
packet being manipulated.
No intentional functional change.
