From fd8ef9bc61a5da3d6b2e8bf3cb43c845d8619d94 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 12 Mar 2011 20:17:16 +0100
Subject: [PATCH 004/396] dirent.h: disable getdirentries not provided by uClibc

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 include/dirent.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/dirent.h b/include/dirent.h
index 4ed4015..e6d4164 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -311,7 +311,7 @@ extern int alphasort64 (__const struct dirent64 **__e1,
 #endif /* Use BSD or misc or XPG7.  */
 
 
-#if defined __USE_BSD || defined __USE_MISC
+#if 0 /* defined __USE_BSD || defined __USE_MISC */
 /* Read directory entries from FD into BUF, reading at most NBYTES.
    Reading starts at offset *BASEP, and *BASEP is updated with the new
    position after reading.  Returns the number of bytes read; zero when at
-- 
1.7.0.4

