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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:43 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=d5e6e79fb9b4d1fdb89c59765b691f6ce3218133
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

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>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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 deb8f4a..442dbf9 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


More information about the uClibc-cvs mailing list