X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches%2F160-glob_use_getdents64.patch;fp=toolchain%2FuClibc%2Fpatches%2F160-glob_use_getdents64.patch;h=0000000000000000000000000000000000000000;hb=e3752e0fbcfa81ff7fb0643a7edb65b3f745520d;hp=f6e3e659207cff1418beb42d30c475e1a679d170;hpb=d55ff237aa21be0cc267fd5de6d835be0510b8e2;p=openwrt-10.03%2F.git diff --git a/toolchain/uClibc/patches/160-glob_use_getdents64.patch b/toolchain/uClibc/patches/160-glob_use_getdents64.patch deleted file mode 100644 index f6e3e6592..000000000 --- a/toolchain/uClibc/patches/160-glob_use_getdents64.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur uClibc.old/libc/misc/glob/glob.c uClibc.dev/libc/misc/glob/glob.c ---- uClibc.old/libc/misc/glob/glob.c 2005-01-12 08:59:21.000000000 +0100 -+++ uClibc.dev/libc/misc/glob/glob.c 2006-10-22 22:30:29.000000000 +0200 -@@ -420,7 +420,7 @@ - } - else - { -- struct dirent *d = readdir ((DIR *) stream); -+ struct dirent64 *d = readdir64 ((DIR *) stream); - if (d == NULL) - break; - if (! (d->d_ino != 0))