forked from Lainports/freebsd-ports
11 lines
213 B
C
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
|
|
+*/
|