2013-09-26 17:14:40 +02:00

15 lines
352 B
Plaintext

$NetBSD: patch-ae,v 1.2 2013/06/12 20:28:41 asau Exp $
--- C/c_interface.c.orig 2013-01-19 20:37:25.000000000 +0100
+++ C/c_interface.c 2013-03-07 12:03:41.320513600 +0100
@@ -360,9 +360,6 @@
#ifdef CUT_C
#include "cut_c.h"
#endif /* CUT_C */
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#if !HAVE_STRNCPY
#define strncpy(X,Y,Z) strcpy(X,Y)