blob: 2dc7d9ab7e870317309505c51c747c9953c483b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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)
|