diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-09 12:12:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-09 12:12:18 +0800 |
commit | f6b3fc6dada07bd631a8f1f5d03820f989d266e7 (patch) | |
tree | 06096f02983f792772779a67541fc8168478b17d /devel | |
parent | 5d3ebfc01b1a8cfb937fdc3d9b0eb67e29867094 (diff) | |
download | freebsd-ports-gnome-f6b3fc6dada07bd631a8f1f5d03820f989d266e7.tar.gz freebsd-ports-gnome-f6b3fc6dada07bd631a8f1f5d03820f989d266e7.tar.zst freebsd-ports-gnome-f6b3fc6dada07bd631a8f1f5d03820f989d266e7.zip |
s/malloc.h/stdilb.h/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/files/patch-modules::file-method.c | 11 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-modules::file-method.c | 11 | ||||
-rw-r--r-- | devel/gnomevfs/files/patch-modules::file-method.c | 11 | ||||
-rw-r--r-- | devel/gnomevfs2/files/patch-modules::file-method.c | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules::file-method.c b/devel/gnome-vfs/files/patch-modules::file-method.c new file mode 100644 index 000000000000..1786e41ad2f0 --- /dev/null +++ b/devel/gnome-vfs/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> diff --git a/devel/gnome-vfs1/files/patch-modules::file-method.c b/devel/gnome-vfs1/files/patch-modules::file-method.c new file mode 100644 index 000000000000..1786e41ad2f0 --- /dev/null +++ b/devel/gnome-vfs1/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> 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> diff --git a/devel/gnomevfs2/files/patch-modules::file-method.c b/devel/gnomevfs2/files/patch-modules::file-method.c new file mode 100644 index 000000000000..1786e41ad2f0 --- /dev/null +++ b/devel/gnomevfs2/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> |