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

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


The following commit has been merged in the upstream branch:
commit d864988ec447229055f6b709ddbe5333a1444531
Author: Clint Adams <schizo at debian.org>
Date:   Sun Mar 1 15:17:03 2009 -0500

    Replace and (hopefully) fix broken alpha stat version hack in fts_read.

diff --git a/libfakeroot.c b/libfakeroot.c
index 00d22b2..2e95cab 100644
--- a/libfakeroot.c
+++ b/libfakeroot.c
@@ -1496,7 +1496,11 @@ FTSENT *fts_read(FTS *ftsp) {
 
   r=next_fts_read(ftsp);
   if(r) {
+# ifndef STUPID_ALPHA_HACK
     send_get_stat64(r->fts_statp);
+# else
+    send_get_stat64(r->fts_statp, _STAT_VER);
+# endif
   }
 
   return r;

-- 
fakeroot



More information about the Fakeroot-commits mailing list