summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/res_send.c')
-rw-r--r--cpukit/libnetworking/libc/res_send.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/libnetworking/libc/res_send.c b/cpukit/libnetworking/libc/res_send.c
index 07687e791f..fadc16c566 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -78,11 +78,6 @@ static char rcsid[] = "$Id$";
* Send query to name server and wait for reply.
*/
-/* Since we compile with strict ANSI we need to undef it to get
- * prototypes for extensions
- */
-#undef __STRICT_ANSI__
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>