[git commit future 1/1] libnsl, libresolv: do not include unneeded features.h

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libnsl/nsl.c       |    2 --
 libresolv/resolv.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libnsl/nsl.c b/libnsl/nsl.c
index 37d5b93..a91ec93 100644
--- a/libnsl/nsl.c
+++ b/libnsl/nsl.c
@@ -7,8 +7,6 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-
 void __stub2(void);
 void __stub2(void)
 {
diff --git a/libresolv/resolv.c b/libresolv/resolv.c
index 38b10ff..4319969 100644
--- a/libresolv/resolv.c
+++ b/libresolv/resolv.c
@@ -7,8 +7,6 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-
 void __stub1(void);
 void __stub1(void)
 {
-- 
1.7.3.4



More information about the uClibc-cvs mailing list