[git commit future] fts.c: add a comment about wrong usage of _lfs_64.h

Peter S. Mazinger ps.m at gmx.net
Wed Apr 27 07:29:44 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=990d040c68307315473a2278a2b54a4a03abe5f4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

This file needs anyway some massage (style update), I'll leave the fix
to the committer.

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/misc/fts/fts.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/misc/fts/fts.c b/libc/misc/fts/fts.c
index ce5d158..c7921a4 100644
--- a/libc/misc/fts/fts.c
+++ b/libc/misc/fts/fts.c
@@ -38,6 +38,7 @@
 #include <unistd.h>
 
 #ifdef __UCLIBC_HAS_LFS__
+/* this is wrong, either you include this header as first, or not at all */
 # include <_lfs_64.h>
 #else
 # define stat64 stat
-- 
1.7.3.4



More information about the uClibc-cvs mailing list