From 6be63eabb9d56d8a80da0803591d63d086c287f4 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 7 Mar 2015 18:33:16 +0000 Subject: 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) --- net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h (limited to 'net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.h') 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 */ -- cgit v1.2.3