[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:50 UTC 2011


The following commit has been merged in the upstream branch:
commit c649ee9f46fa1e11deabdb6eed6d0afc4fc3f96a
Author: Clint Adams <schizo at debian.org>
Date:   Fri Feb 23 17:20:39 2007 +0000

    fix bug in patch
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-111

diff --git a/libfakeroot.c b/libfakeroot.c
index fa25ca1..e4f831d 100644
--- a/libfakeroot.c
+++ b/libfakeroot.c
@@ -877,7 +877,7 @@ int unlink(const char *pathname){
   INT_STRUCT_STAT st;
 
 
-  r=INT_NEXT_LSTAT64(_STAT_VER, pathname, &st);
+  r=INT_NEXT_LSTAT(_STAT_VER, pathname, &st);
   if(r)
     return -1;
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list