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

15 lines
265 B
C

--- ./str.c.orig 2009-01-27 21:44:56.621283000 +0100
+++ ./str.c 2009-01-27 21:45:24.936283000 +0100
@@ -18,6 +18,7 @@
#include "mem.h"
#include "utils.h"
+/*
#ifndef strndup
char *strndup(char *in, int size)
{
@@ -29,3 +30,4 @@
return out;
}
#endif
+*/