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

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


The following commit has been merged in the upstream branch:
commit 5fc755f42075eba907f539124edf288c15430ba2
Author: Clint Adams <schizo at debian.org>
Date:   Tue Oct 27 01:12:15 2009 -0400

    Apply VMware patch: "Remove from wrapfunc.inp the function which are not actually wrapped in libfakeroot.c."

diff --git a/wrapfunc.inp b/wrapfunc.inp
index 4ccec0a..717914b 100644
--- a/wrapfunc.inp
+++ b/wrapfunc.inp
@@ -12,9 +12,6 @@
 /* value. After that come the function arguments with types, and the last */
 /* field contains the function arguments without types.                   */
 /**/
-open;int;(const char *pathname, int flags, int mode);(pathname, flags, mode)
-fopen;FILE *;(const char *pathname, const char *mode);(pathname, mode)
-freopen;FILE *;(const char *pathname, const char *mode, FILE *stream);(pathname, mode, stream)
 
 /* __*xstat are used on glibc systems instead of just *xstat. */
 /**/

-- 
fakeroot



More information about the Fakeroot-commits mailing list