16 lines
415 B
Text
16 lines
415 B
Text
$NetBSD: patch-ac,v 1.1 2007/08/08 17:55:59 joerg Exp $
|
|
|
|
--- mem/mem.c.orig 2007-08-08 17:34:10.000000000 +0000
|
|
+++ mem/mem.c
|
|
@@ -34,11 +34,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#if defined(__APPLE__) && defined(__MACH__)
|
|
-#include <sys/malloc.h>
|
|
-#else
|
|
-#include <malloc.h>
|
|
-#endif
|
|
#include "pstypes.h"
|
|
#include "mono.h"
|
|
#include "error.h"
|