[Fakeroot-commits] [SCM] fakeroot branch, upstream,	updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
    Clint Adams 
    schizo at debian.org
       
    Sun Nov 15 03:16:55 UTC 2009
    
    
  
The following commit has been merged in the upstream branch:
commit d2132427f331f6939f670d11e9d8ab25c8959e6b
Author: Clint Adams <schizo at debian.org>
Date:   Thu Oct 7 21:50:02 2004 +0000
    faked.c: a few more signedness cleanups.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-34
diff --git a/faked.c b/faked.c
index 2f69f46..5aa02ce 100644
--- a/faked.c
+++ b/faked.c
@@ -756,7 +756,8 @@ void get_msg(const int listen_sd)
     if(r!=-1)
 #else /* FAKEROOT_FAKENET */
   while (1) {
-    unsigned int maxfd, count, i;
+    int count, maxfd;
+    unsigned int i;
 
     FD_ZERO(&readfds);
 
-- 
fakeroot
    
    
More information about the Fakeroot-commits
mailing list