[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:06:01 UTC 2011


The following commit has been merged in the upstream branch:
commit 0712ca2a08558c6e215ec905f742fcfd97cba97a
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)
diff --git a/debian/changelog b/debian/changelog
index 13b3660..b9468a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.8.4) unstable; urgency=low
+
+  * Fix fake_get_owner() to build with STUPID_ALPHA_HACK. 
+
+ -- Clint Adams <schizo at debian.org>  Fri, 02 Nov 2007 21:41:27 -0400
+
 fakeroot (1.8.3) unstable; urgency=low
 
   * Apply patch from Andrew Benham to handle building with non-GNU

-- 
fakeroot



More information about the Fakeroot-commits mailing list