freebsd-ports/net/httping/files/extra-patch-str.h
2009-01-27 21:09:46 +00:00

11 lines
213 B
C

--- ./str.h.orig 2009-01-27 21:42:34.920281000 +0100
+++ ./str.h 2009-01-27 21:44:40.137282000 +0100
@@ -15,6 +15,8 @@
#include <string.h>
+/*
#ifndef strndup
char *strndup(char *in, int size);
#endif
+*/