diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-20 10:20:04 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-20 10:20:04 +0000 |
commit | 606719159cf171c56dd45f07465a02d8d3d2089a (patch) | |
tree | d0a5eac1a47b4324be8e20871cab665620c4d235 /app-arch/macutil/files | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-606719159cf171c56dd45f07465a02d8d3d2089a.tar.gz gentoo-2-606719159cf171c56dd45f07465a02d8d3d2089a.tar.bz2 gentoo-2-606719159cf171c56dd45f07465a02d8d3d2089a.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-arch/macutil/files')
-rw-r--r-- | app-arch/macutil/files/2.0_beta3-gentoo.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-arch/macutil/files/2.0_beta3-gentoo.patch b/app-arch/macutil/files/2.0_beta3-gentoo.patch new file mode 100644 index 000000000000..6ee325b4cba4 --- /dev/null +++ b/app-arch/macutil/files/2.0_beta3-gentoo.patch @@ -0,0 +1,19 @@ +diff -ur macutil.orig/hexbin/buffer.c macutil/hexbin/buffer.c +--- macutil.orig/hexbin/buffer.c 2005-02-01 23:57:21.489383480 -0600 ++++ macutil/hexbin/buffer.c 2005-02-02 00:00:23.574583423 -0600 +@@ -1,12 +1,11 @@ ++ ++#include <stdlib.h> ++ + #include "globals.h" + #include "../util/util.h" + #include "buffer.h" + #include "../fileio/wrfile.h" + +-extern char *malloc(); +-extern char *realloc(); +-extern void exit(); +- + char *data_fork, *rsrc_fork; + int data_size, rsrc_size; + static int max_data_size, max_rsrc_size; |