[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.12.2

Clint Adams schizo at debian.org
Sun Mar 1 20:23:49 UTC 2009


The following commit has been merged in the master branch:
commit 1f5771b876623cb509d15ca7521201268c662fed
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