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

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


The following commit has been merged in the upstream branch:
commit 18379efdbcb4f0760b2a07ebe5eaadced256392b
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);
   ]])],[

-- 
fakeroot



More information about the Fakeroot-commits mailing list