diff options
author | pat <pat@FreeBSD.org> | 2002-03-24 11:52:36 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-24 11:52:36 +0800 |
commit | b71058a7934ae735a6389f36d1299914fc911a90 (patch) | |
tree | 49a8adfa08c5bdea05e860a9a5278ad5a6e0a65f /graphics/bbrb/files | |
parent | d1410e469184d77442ef0de4ec1f93d0a63079d0 (diff) | |
download | freebsd-ports-gnome-b71058a7934ae735a6389f36d1299914fc911a90.tar.gz freebsd-ports-gnome-b71058a7934ae735a6389f36d1299914fc911a90.tar.zst freebsd-ports-gnome-b71058a7934ae735a6389f36d1299914fc911a90.zip |
Fix for -current - do not include malloc.h
Submitted by: bento
Diffstat (limited to 'graphics/bbrb/files')
-rw-r--r-- | graphics/bbrb/files/patch-src::bbrblist.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/bbrb/files/patch-src::bbrblist.h b/graphics/bbrb/files/patch-src::bbrblist.h new file mode 100644 index 000000000000..4464559297d8 --- /dev/null +++ b/graphics/bbrb/files/patch-src::bbrblist.h @@ -0,0 +1,10 @@ +--- src/bbrblist.h.orig Sat Mar 23 22:46:19 2002 ++++ src/bbrblist.h Sat Mar 23 22:46:33 2002 +@@ -25,7 +25,6 @@ + #include <stdlib.h> + #include <string.h> + #include <ctype.h> +-#include <malloc.h> + #include <time.h> + #include "filefunctions.h" + #include "filethumb.h" |