summaryrefslogtreecommitdiff
path: root/graphics/bbrb/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-24 03:52:36 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-24 03:52:36 +0000
commitd74ced559792d300e9942cc1a10a4a5ccf8463c3 (patch)
tree5d027fab8037087b60c80257270d3fecf5ab3603 /graphics/bbrb/files
parentUpdate to 0.8.8.1 (diff)
Fix for -current - do not include malloc.h
Submitted by: bento
Notes
Notes: svn path=/head/; revision=56512
Diffstat (limited to 'graphics/bbrb/files')
-rw-r--r--graphics/bbrb/files/patch-src::bbrblist.h10
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"