summaryrefslogtreecommitdiff
path: root/data/hping/brew-patch.diff
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-05-13 20:08:31 +0000
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-05-13 20:08:31 +0000
commit50304222342085e69bed3d995c14a4d7be715353 (patch)
tree4abc982c8f02e820a2f07041fbbaa57c42dae251 /data/hping/brew-patch.diff
parent486367973220c86348cc728f802799589d655fb9 (diff)
Added hping
Diffstat (limited to 'data/hping/brew-patch.diff')
-rw-r--r--data/hping/brew-patch.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/hping/brew-patch.diff b/data/hping/brew-patch.diff
new file mode 100644
index 000000000..c8a54dec2
--- /dev/null
+++ b/data/hping/brew-patch.diff
@@ -0,0 +1,13 @@
+diff --git a/gethostname.c b/gethostname.c
+index 3d0ea58..a8a9699 100644
+--- a/gethostname.c
++++ b/gethostname.c
+@@ -18,8 +18,6 @@
+ #include <arpa/inet.h>
+ #include <string.h>
+
+-size_t strlcpy(char *dst, const char *src, size_t siz);
+-
+ char *get_hostname(char* addr)
+ {
+ static char answer[1024];