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_get__myeaddr.c | |
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_get__myeaddr.c')
-rw-r--r-- | net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.c b/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.c index 7f502502ed32..0da91bec0e70 100644 --- a/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.c +++ b/net-mgmt/dhcp_probe/files/patch-src_get__myeaddr.c @@ -1,5 +1,5 @@ ---- src/get_myeaddr.c.orig 2015-01-03 11:44:45.000000000 -0500 -+++ src/get_myeaddr.c 2015-01-03 11:45:40.000000000 -0500 +--- src/get_myeaddr.c.orig 2021-01-18 19:16:15 UTC ++++ src/get_myeaddr.c @@ -55,7 +55,7 @@ @@ -9,7 +9,7 @@ { /* If SIOCGIFHWADDR is defined, We use the SIOCGIFHWADDR ioctl to do our work as follows: -@@ -92,7 +92,7 @@ +@@ -92,7 +92,7 @@ get_myeaddr(int sockfd, struct in_addr *my_ipaddr, str return(-1); } @@ -18,7 +18,7 @@ #elif defined SIOCGARP /* not SIOCGIFHWADDR */ -@@ -154,7 +154,7 @@ +@@ -154,7 +154,7 @@ get_myeaddr(int sockfd, struct in_addr *my_ipaddr, str return(-1); } @@ -27,7 +27,7 @@ #elif defined HAVE_GETIFADDRS /* not SIOCGARP */ -@@ -180,7 +180,7 @@ +@@ -180,7 +180,7 @@ get_myeaddr(int sockfd, struct in_addr *my_ipaddr, str found = 1; /* copy the result to my_eaddr */ sdl = (struct sockaddr_dl *) ifp->ifa_addr; |