summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakechroot/fakechroot/fix-readlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/fakechroot/fakechroot/fix-readlink.patch')
-rw-r--r--meta/packages/fakechroot/fakechroot/fix-readlink.patch22
1 files changed, 8 insertions, 14 deletions
diff --git a/meta/packages/fakechroot/fakechroot/fix-readlink.patch b/meta/packages/fakechroot/fakechroot/fix-readlink.patch
index f218956790..9321564922 100644
--- a/meta/packages/fakechroot/fakechroot/fix-readlink.patch
+++ b/meta/packages/fakechroot/fakechroot/fix-readlink.patch
@@ -2,11 +2,11 @@
2 src/libfakechroot.c | 4 ++-- 2 src/libfakechroot.c | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-) 3 1 file changed, 2 insertions(+), 2 deletions(-)
4 4
5--- fakechroot-2.5.orig/src/libfakechroot.c 5Index: fakechroot-2.9/src/libfakechroot.c
6+++ fakechroot-2.5/src/libfakechroot.c 6===================================================================
7@@ -596,11 +596,11 @@ void fakechroot_init (void) 7--- fakechroot-2.9.orig/src/libfakechroot.c 2009-03-31 11:20:41.000000000 +0100
8 nextsym(open64, "open64"); 8+++ fakechroot-2.9/src/libfakechroot.c 2010-03-22 17:40:17.386783375 +0000
9 #if !defined(HAVE___OPENDIR2) 9@@ -775,7 +775,7 @@
10 nextsym(opendir, "opendir"); 10 nextsym(opendir, "opendir");
11 #endif 11 #endif
12 nextsym(pathconf, "pathconf"); 12 nextsym(pathconf, "pathconf");
@@ -15,18 +15,12 @@
15 nextsym(realpath, "realpath"); 15 nextsym(realpath, "realpath");
16 nextsym(remove, "remove"); 16 nextsym(remove, "remove");
17 #ifdef HAVE_REMOVEXATTR 17 #ifdef HAVE_REMOVEXATTR
18 nextsym(removexattr, "removexattr"); 18@@ -2492,7 +2492,7 @@
19 #endif
20@@ -1864,11 +1864,11 @@ long pathconf (const char *path, int nam
21 return next_pathconf(path, name);
22 }
23 19
24 20
25 /* #include <unistd.h> */ 21 /* #include <unistd.h> */
26-int readlink (const char *path, char *buf, READLINK_TYPE_ARG3) 22-READLINK_TYPE_RETURN readlink (const char *path, char *buf, READLINK_TYPE_ARG3)
27+int own_readlink (const char *path, char *buf, READLINK_TYPE_ARG3) 23+READLINK_TYPE_RETURN own_readlink (const char *path, char *buf, READLINK_TYPE_ARG3)
28 { 24 {
29 int status; 25 int status;
30 char tmp[FAKECHROOT_MAXPATH], *tmpptr; 26 char tmp[FAKECHROOT_MAXPATH], *tmpptr;
31 char *fakechroot_path, *fakechroot_ptr, fakechroot_buf[FAKECHROOT_MAXPATH];
32