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

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


The following commit has been merged in the upstream branch:
commit 4170ba6f00bd2a0be8c0ffd49febe9b28e148eb3
Author: Clint Adams <schizo at debian.org>
Date:   Sun Jan 4 13:25:07 2009 -0500

    Remove broken alpha stat version hack from fts_read.

diff --git a/libfakeroot.c b/libfakeroot.c
index 7ef9779..00d22b2 100644
--- a/libfakeroot.c
+++ b/libfakeroot.c
@@ -1496,11 +1496,7 @@ 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,ver);
-#endif
+    send_get_stat64(r->fts_statp);
   }
 
   return r;

-- 
fakeroot



More information about the Fakeroot-commits mailing list