summaryrefslogtreecommitdiff
path: root/data/hping/brew-patch.diff
blob: c8a54dec26f48dd973736d5722e7bedefc32ec60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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];