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

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


The following commit has been merged in the upstream branch:
commit c851cb0487683674d95f665b2d5272d56d599c67
Author: Clint Adams <schizo at debian.org>
Date:   Sat Nov 3 01:42:26 2007 +0000

    Fix fake_get_owner() to build with STUPID_ALPHA_HACK.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-138

diff --git a/communicate.c b/communicate.c
index d0766e5..3a64f23 100644
--- a/communicate.c
+++ b/communicate.c
@@ -822,7 +822,11 @@ int fake_get_owner(int is_lstat, const char *key, const char *path,
 
   /* Now give pass it to faked */
   get_ipc_key(atoi(key));
+#ifndef STUPID_ALPHA_HACK
   send_get_stat(&st);
+#else
+  send_get_stat(&st, _STAT_VER);
+#endif
 
   /* Now return the values inside the pointers */
   if (uid)

-- 
fakeroot



More information about the Fakeroot-commits mailing list