diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-05-24 16:06:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-05-24 16:06:31 +0000 |
commit | 202da1d546a8efdd1eee4aacf5ed2fcec4c82e4d (patch) | |
tree | 9f6bfc07bb783093058354fff77a8a54abdd7db2 /security/arpCounterattack/files/patch-address.hpp | |
parent | - Update to 2019052400 (diff) |
security/arpCounterattack: fix build failure
PR: 236440
Submitted by: w.schwarzenfeld@utanet.at
Reported by: my-roaming-data@outlook.com
Notes
Notes:
svn path=/head/; revision=502484
Diffstat (limited to 'security/arpCounterattack/files/patch-address.hpp')
-rw-r--r-- | security/arpCounterattack/files/patch-address.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/arpCounterattack/files/patch-address.hpp b/security/arpCounterattack/files/patch-address.hpp index 57fb6a54fa1e..0e97021a49fe 100644 --- a/security/arpCounterattack/files/patch-address.hpp +++ b/security/arpCounterattack/files/patch-address.hpp @@ -1,4 +1,4 @@ ---- address.hpp.orig 2010-09-28 18:12:26.000000000 +0000 +--- address.hpp.orig 2010-09-28 18:12:26 UTC +++ address.hpp @@ -28,7 +28,7 @@ #include <sys/socket.h> @@ -18,7 +18,7 @@ return std::string((char*)binaryEthernetAddress.octet, ETHER_ADDR_LEN); #endif #ifdef __linux__ -@@ -60,7 +60,7 @@ std::string textToEthernet(const std::st +@@ -60,7 +60,7 @@ std::string textToEthernet(const std::string &textEthe std::string ethernetToText(const char *binaryEthernetAddress) { ether_addr _binaryEthernetAddress; char textEthernetAddress[17]; |