aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-09 04:12:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-09 04:12:18 +0000
commit294f4a2273bcdfdf0e96e7f15afae0e58f4f7b39 (patch)
tree565df9665a8cd0a660ffec8332aad75a5ac47600 /devel/gnomevfs
parentd7f9e1a7e8924a180a6cc5674ce5b31bc5fc8398 (diff)
downloadports-294f4a2273bcdfdf0e96e7f15afae0e58f4f7b39.tar.gz
ports-294f4a2273bcdfdf0e96e7f15afae0e58f4f7b39.zip
s/malloc.h/stdilb.h/
Notes
Notes: svn path=/head/; revision=49862
Diffstat (limited to 'devel/gnomevfs')
-rw-r--r--devel/gnomevfs/files/patch-modules::file-method.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomevfs/files/patch-modules::file-method.c b/devel/gnomevfs/files/patch-modules::file-method.c
new file mode 100644
index 000000000000..1786e41ad2f0
--- /dev/null
+++ b/devel/gnomevfs/files/patch-modules::file-method.c
@@ -0,0 +1,11 @@
+--- modules/file-method.c.orig Fri Nov 9 12:02:38 2001
++++ modules/file-method.c Fri Nov 9 12:02:52 2001
+@@ -46,7 +46,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <limits.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <unistd.h>