From 044dc29b4542e677d455bcefbd6a3a64e9e38ed9 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Wed, 27 Apr 2011 16:10:29 +0200
Subject: [PATCH 366/396] fts.c: add a comment about wrong usage of _lfs_64.h

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

Signed-off-by: Peter S. Mazinger <ps.m@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 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
-- 
1.7.0.4

