summaryrefslogtreecommitdiff
path: root/devel/xxgdb/patches/patch-ae
blob: 96ddf9c2088720a35411ed10a71725dfcaacf667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2005/04/01 16:08:10 minskim Exp $

--- source.c.orig	Fri Apr 21 11:16:02 1995
+++ source.c
@@ -74,7 +74,7 @@
  *    LoadFile():	Search for a file and open it for display.
  */
 
-#ifndef NeXT
+#if !defined(NeXT) && !defined(__APPLE__)
 #include <malloc.h>
 #endif
 #include <stdlib.h>