summaryrefslogtreecommitdiff
path: root/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-03-07 18:33:16 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-03-07 18:33:16 +0000
commit6be63eabb9d56d8a80da0803591d63d086c287f4 (patch)
tree73cc6c258813fd0f0c85c732cefc4b21656c059c /net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h
parentlang/ruby20: update to 2.0.0 p643 (diff)
Initial import of net-mgmt/dhcp_probe, a tool to
discover DHCP and BootP servers on a network PR: 197162 Submitted by: khung@nullaxiom.com (maintainer)
Diffstat (limited to 'net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h')
-rw-r--r--net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h b/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h
new file mode 100644
index 000000000000..a41c0f67061e
--- /dev/null
+++ b/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h
@@ -0,0 +1,10 @@
+--- src/get_myeaddr.h.orig 2015-01-03 11:44:55.000000000 -0500
++++ src/get_myeaddr.h 2015-01-03 11:45:52.000000000 -0500
+@@ -1,6 +1,6 @@
+ #ifndef GET_MYEADDR_H
+ #define GET_MYEADDR_H
+
+-int get_myeaddr(int sockfd, struct in_addr *my_ipaddr, struct ether_addr *my_eaddr, const char *ifname);
++int get_myeaddr(int sockfd, struct in_addr *my_ipaddr, struct libnet_ether_addr *my_eaddr, const char *ifname);
+
+ #endif /* not GET_MYEADDR_H */