summaryrefslogtreecommitdiff
path: root/sysutils/dvdisaster/patches/patch-ah
blob: d2a5caae9fa886d8dad3565df07462730fe4a1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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>