svn commit: branches/uClibc-nptl/libc/inet

carmelo at uclibc.org carmelo at uclibc.org
Thu Jan 22 14:42:57 UTC 2009


Author: carmelo
Date: 2009-01-22 14:42:56 +0000 (Thu, 22 Jan 2009)
New Revision: 24965

Log:
Fix build problem. Revert commit 24521. Please do not change
again if cannot be tested with TLS.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>



Modified:
   branches/uClibc-nptl/libc/inet/getaddrinfo.c


Changeset:
Modified: branches/uClibc-nptl/libc/inet/getaddrinfo.c
===================================================================
--- branches/uClibc-nptl/libc/inet/getaddrinfo.c	2009-01-22 14:38:51 UTC (rev 24964)
+++ branches/uClibc-nptl/libc/inet/getaddrinfo.c	2009-01-22 14:42:56 UTC (rev 24965)
@@ -56,7 +56,6 @@
 #include <assert.h>
 #include <errno.h>
 #include <netdb.h>
-#include <resolv.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the uClibc-cvs mailing list