The following commit has been merged in the master branch:
commit 20cf6be8b5bf75dee5295efbf36188238ffee06b
Author: Guillem Jover <[email protected]>
Date:   Thu Sep 24 13:39:53 2009 +0200

    dpkg-deb: Use void * instead of unsigned char * for read/write buffer

diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index 5f4ee5b..4c429d7 100644
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -117,7 +117,7 @@ void extracthalf(const char *debar, const char *directory,
   size_t ctrllennum, memberlen= 0;
   int dummy, l= 0;
   pid_t c1=0,c2,c3;
-  unsigned char *ctrlarea = NULL;
+  void *ctrlarea = NULL;
   int p1[2], p2[2];
   FILE *ar, *pi;
   struct stat stab;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to