From 2c9daf663dd7190d1495c2b6120e9dd2bbb8244b Mon Sep 17 00:00:00 2001 From: Kevin Hung Date: Sat, 22 May 2021 10:40:42 -0700 Subject: net-mgmt/dhcp_probe: Update to 1.3.1 PR: 256053 --- net-mgmt/dhcp_probe/files/patch-src_configfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-mgmt/dhcp_probe/files/patch-src_configfile.h') diff --git a/net-mgmt/dhcp_probe/files/patch-src_configfile.h b/net-mgmt/dhcp_probe/files/patch-src_configfile.h index b8cfaaf86c51..ed304a5351a5 100644 --- a/net-mgmt/dhcp_probe/files/patch-src_configfile.h +++ b/net-mgmt/dhcp_probe/files/patch-src_configfile.h @@ -1,5 +1,5 @@ ---- src/configfile.h.orig 2015-01-03 11:29:51.000000000 -0500 -+++ src/configfile.h 2015-01-03 11:40:09.000000000 -0500 +--- src/configfile.h.orig 2021-01-18 19:16:10 UTC ++++ src/configfile.h @@ -6,14 +6,14 @@ int read_configfile(const char *fname); @@ -16,5 +16,5 @@ -int isLegalServerEthersrcsMember(struct ether_addr *eaddr); +int isLegalServerEthersrcsMember(struct libnet_ether_addr *eaddr); int isInLeaseNetworksOfConcern(struct in_addr *ipaddr); + int GetDo_not_lookup_enet_and_ip_addresses(void); - char * GetAlert_program_name(void); -- cgit v1.2.3