Browse Source

remove old patch

SVN-Revision: 5563
Felix Fietkau 19 years ago
parent
commit
b2ed40a029
1 changed files with 0 additions and 12 deletions
  1. 0 12
      toolchain/uClibc/patches/160-glob_use_getdents64.patch

+ 0 - 12
toolchain/uClibc/patches/160-glob_use_getdents64.patch

@@ -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))