14 lines
360 B
Text
14 lines
360 B
Text
$NetBSD: patch-ah,v 1.1 2007/08/05 19:15:47 joerg Exp $
|
|
|
|
--- memtrack.c.orig 2007-08-01 20:40:51.000000000 +0000
|
|
+++ memtrack.c
|
|
@@ -21,9 +21,6 @@
|
|
|
|
#define _GNU_SOURCE
|
|
|
|
-#if !defined(SYS_FREEBSD) && !defined(SYS_DARWIN) /* FreeBSD declares malloc() in stdlib.h */
|
|
- #include <malloc.h>
|
|
-#endif
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|