svn commit: trunk/uClibc/libc/misc/glob

aldot at uclibc.org aldot at uclibc.org
Mon Jan 29 22:40:39 UTC 2007


Author: aldot
Date: 2007-01-29 14:40:38 -0800 (Mon, 29 Jan 2007)
New Revision: 17652

Log:
- fix compilation of GNU glob with !LFS
  Sounds like a typo, really


Modified:
   trunk/uClibc/libc/misc/glob/glob.c


Changeset:
Modified: trunk/uClibc/libc/misc/glob/glob.c
===================================================================
--- trunk/uClibc/libc/misc/glob/glob.c	2007-01-29 22:22:59 UTC (rev 17651)
+++ trunk/uClibc/libc/misc/glob/glob.c	2007-01-29 22:40:38 UTC (rev 17652)
@@ -361,7 +361,7 @@
 		{
 		  const char *name;
 		  size_t len;
-#if !defined COMPILE_GLOB64
+#if defined COMPILE_GLOB64
 		  struct dirent64 *d;
 		  union
 		    {




More information about the uClibc-cvs mailing list