slackbuilds_ponce/network/httping/patches/str.h.patch
Steven King 57f728e24f network/httping: Added (HTTP Request ping)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-08 04:07:07 -05:00

9 lines
250 B
Diff

--- httping-1.4.1/str.h 2010-01-10 15:35:22.000000000 -0500
+++ str.h 2010-07-08 00:20:04.633607710 -0400
@@ -16,5 +16,5 @@
#include <string.h>
#ifndef _GNU_SOURCE
-char *strndup(char *in, int size);
+//char *strndup(char *in, int size);
#endif