summaryrefslogtreecommitdiff
path: root/archivers/macutil/patches/patch-ad
blob: 58d82e16cfaa638126ba7331e5b3ef166d76a922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;