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

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


The following commit has been merged in the upstream branch:
commit 75740835f497ed38957daefca6ad3a91623657e3
Author: Clint Adams <schizo at debian.org>
Date:   Sat Apr 26 14:43:56 2008 +0000

    configure.ac: patch from Ganael LAPLANCHE to fix typo in detection of xmknodat's fifth argument.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-165

diff --git a/configure.ac b/configure.ac
index b19e01b..a3e9a96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,7 @@ AC_MSG_CHECKING([for type of arg of __xmknodat])
        #include <unistd.h>
   ]], [[  
        int __xmknodat  ( int ver, 
-                         inf dirfd,
+                         int dirfd,
                          const char *pathname ,  
                          mode_t  mode ,  dev_t dev);
   ]])],[
diff --git a/debian/changelog b/debian/changelog
index 44d3163..839a069 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.9.5) unstable; urgency=low
+
+  * configure.ac: patch from Ganael LAPLANCHE to fix typo in detection of
+    xmknodat's fifth argument.
+
+ -- Clint Adams <schizo at debian.org>  Sat, 26 Apr 2008 10:41:55 -0400
+
 fakeroot (1.9.4) unstable; urgency=low
 
   * configure.ac: patch from Thorsten Glaser to add MirBSD, MidnightBSD,

-- 
fakeroot



More information about the Fakeroot-commits mailing list