[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.14.2-8-g2a03159

Clint Adams schizo at debian.org
Wed Oct 28 01:58:08 UTC 2009


The following commit has been merged in the master branch:
commit 9cc9436c05e7b3b77940aac8fe1d905dc61797e1
Author: Clint Adams <schizo at debian.org>
Date:   Tue Oct 27 20:20:56 2009 -0400

    Fix wrapfunc.inp duplicate.

diff --git a/wrapfunc.inp b/wrapfunc.inp
index 5e4bbda..2f820f8 100644
--- a/wrapfunc.inp
+++ b/wrapfunc.inp
@@ -150,12 +150,13 @@ acl_set_file;int;(const char *path_p, acl_type_t type, acl_t acl);(path_p, type,
 
 #ifdef HAVE_FTS_READ
 fts_read;FTSENT *;(FTS *ftsp);(ftsp)
-fts_children;FTSENT *;(FTS *ftsp, int options);(ftsp, options)
 #ifdef __APPLE__
 fts_read$INODE64;FTSENT *;(FTS *ftsp);(ftsp)
-fts_children$INODE64;FTSENT *;(FTS *ftsp, int options);(ftsp, options)
 #endif /* ifdef __APPLE__ */
 #endif /* HAVE_FTS_READ */
 #ifdef HAVE_FTS_CHILDREN
 fts_children;FTSENT *;(FTS *ftsp, int options);(ftsp, options)
+#ifdef __APPLE__
+fts_children$INODE64;FTSENT *;(FTS *ftsp, int options);(ftsp, options)
+#endif /* ifdef __APPLE__ */
 #endif /* HAVE_FTS_CHILDREN */

-- 
fakeroot



More information about the Fakeroot-commits mailing list