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