diff options
Diffstat (limited to 'archivers/macutil/patches/patch-ad')
-rw-r--r-- | archivers/macutil/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/macutil/patches/patch-ad b/archivers/macutil/patches/patch-ad new file mode 100644 index 00000000000..58d82e16cfa --- /dev/null +++ b/archivers/macutil/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2006/06/20 22:53:22 minskim Exp $ + +--- hexbin/buffer.c.orig 2006-06-20 22:50:39.000000000 +0000 ++++ hexbin/buffer.c +@@ -3,8 +3,8 @@ + #include "buffer.h" + #include "../fileio/wrfile.h" + +-extern char *malloc(); +-extern char *realloc(); ++#include <stdlib.h> ++ + extern void exit(); + + char *data_fork, *rsrc_fork; |