[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:13 UTC 2009


The following commit has been merged in the upstream branch:
commit 76d097ccdd36cb74485ec7e89d32f12347575837
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