diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 20:41:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 20:41:26 +0000 |
commit | b2ed40a0295c185b0408b4ea5a0858f3989f9b14 (patch) | |
tree | bc59de93eac2b1c467a2ef6e25951c29d944bad4 /toolchain/uClibc/patches | |
parent | 114ffaa1b558be2238e8c842b8ed57d4f2ff006d (diff) | |
download | upstream-b2ed40a0295c185b0408b4ea5a0858f3989f9b14.tar.gz upstream-b2ed40a0295c185b0408b4ea5a0858f3989f9b14.tar.bz2 upstream-b2ed40a0295c185b0408b4ea5a0858f3989f9b14.zip |
remove old patch
SVN-Revision: 5563
Diffstat (limited to 'toolchain/uClibc/patches')
-rw-r--r-- | toolchain/uClibc/patches/160-glob_use_getdents64.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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 f6e3e65920..0000000000 --- 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)) |