[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:06:30 UTC 2011
The following commit has been merged in the upstream 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