[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:06:18 UTC 2011
The following commit has been merged in the upstream branch:
commit 76068d197ec1f1165a2bd620e03946072d355f8e
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