diff options
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.h | 10 |
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 */ |