aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-12-08 11:55:28 +0800
committermurray <murray@FreeBSD.org>2001-12-08 11:55:28 +0800
commitcad0495cf480c342a373ca601791db9491813459 (patch)
tree7ec6b3bc983109a323c451d373249dccf5cbdd13 /devel
parent64a204b7c35d2d1e96ab23a864f0335bde73b45a (diff)
downloadfreebsd-ports-gnome-cad0495cf480c342a373ca601791db9491813459.tar.gz
freebsd-ports-gnome-cad0495cf480c342a373ca601791db9491813459.tar.zst
freebsd-ports-gnome-cad0495cf480c342a373ca601791db9491813459.zip
We don't want to include <malloc.h>.
PR: ports/31556 Submitted by: Seth Kingsley <sethk@meowfishies.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/nasm/files/patch-a10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/nasm/files/patch-a b/devel/nasm/files/patch-a
new file mode 100644
index 000000000000..f9aaab124476
--- /dev/null
+++ b/devel/nasm/files/patch-a
@@ -0,0 +1,10 @@
+--- rdoff/symtab.c.orig Sun Oct 28 09:23:19 2001
++++ rdoff/symtab.c Sun Oct 28 09:23:59 2001
+@@ -9,7 +9,6 @@
+ */
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+
+ #include "symtab.h"
+ #include "hash.h"