summaryrefslogtreecommitdiff
path: root/devel/xxgdb/files/patch-ag
blob: 8eb3c6d4d1dc827591b8e84862943a9e7c8a307c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source.c.orig	Sat Apr 22 01:16:02 1995
+++ source.c	Fri Nov 17 21:38:58 2000
@@ -74,7 +74,7 @@
  *    LoadFile():	Search for a file and open it for display.
  */
 
-#ifndef NeXT
+#if !defined(NeXT) && !defined(__FreeBSD__)
 #include <malloc.h>
 #endif
 #include <stdlib.h>