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

17 lines
362 B
Plaintext

$NetBSD: patch-ah,v 1.3 2012/08/10 15:52:12 drochner Exp $
use standard includes
--- memtrack.c.orig 2012-03-26 13:10:43.000000000 +0000
+++ memtrack.c
@@ -21,9 +21,6 @@
#define _GNU_SOURCE
-#if !defined(SYS_FREEBSD) /* FreeBSD declares malloc() in stdlib.h */
- #include <malloc.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>