slackbuilds_ponce/network/httping/patches/str.h.patch

10 lines
250 B
Diff
Raw Normal View History

--- 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