diff options
author | Kevin Hung <khung@nullaxiom.com> | 2021-05-22 10:40:42 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-22 10:41:20 -0700 |
commit | 2c9daf663dd7190d1495c2b6120e9dd2bbb8244b (patch) | |
tree | 323b527c30aa193013a707c9b9a48f8849dde789 /net-mgmt/dhcp_probe/files/patch-src_configfile.h | |
parent | benchmarks/phoronix-test-suite: Update to 10.4.0 (diff) |
net-mgmt/dhcp_probe: Update to 1.3.1
PR: 256053
Diffstat (limited to 'net-mgmt/dhcp_probe/files/patch-src_configfile.h')
-rw-r--r-- | net-mgmt/dhcp_probe/files/patch-src_configfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |