mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
57f728e24f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
250 B
Diff
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
|