mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
362 B
Plaintext
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>
|