[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:50 UTC 2009
The following commit has been merged in the upstream branch:
commit 04fe823db23b4b8ad4d627c804f6f0ebc09644f9
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