diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-04 00:51:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-04 00:56:58 +0200 |
commit | a85740c8afe6942beff90fec345403b37b2a9092 (patch) | |
tree | 23781137d927ccfb0595b20bc8922b243334a81f /networking/udhcp/arpping.c | |
parent | d2ae66cb3e5c79ffdbde553fa6cce64f9218e14d (diff) |
dhcp: merge leases.c and static_leases.c into dhcpd.c
function old new delta
send_offer 292 461 +169
udhcpd_main 1531 1588 +57
read_leases 330 332 +2
add_lease 314 312 -2
find_lease_by_mac 68 - -68
find_free_or_expired_nip 174 - -174
------------------------------------------------------------------------------
(add/remove: 0/4 grow/shrink: 3/1 up/down: 228/-244) Total: -16 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/arpping.c')
-rw-r--r-- | networking/udhcp/arpping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index c98027316..215d023ce 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -9,7 +9,6 @@ #include <net/if_arp.h> #include "common.h" -#include "dhcpd.h" struct arpMsg { /* Ethernet header */ |