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

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


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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)
 {


More information about the uClibc-cvs mailing list