CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/04 18:50:00
Modified files:
usr.sbin/dhcpd : dhcp.c
Log message:
Use consistant idiom (intermediate variable 'i' rather than repeated
uses of very long #define names) to access option data in nak_lease()
and ack_lease().
Shortens a lot of lines, which allows a number of line splits to
be eliminates.
Makes some upcoming diffs easier to integrate.
No intentional functional change.
