summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_send.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
commit09fdb5e819630c1df210a520680ede6936426379 (patch)
tree6bb9472d9706993d961d8abaf7b49670300fb1bc /cpukit/libnetworking/libc/res_send.c
parent2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-09fdb5e819630c1df210a520680ede6936426379.tar.bz2
Eliminate SCCS, LINT. Add HAVE_CONFIG_H.
Diffstat (limited to 'cpukit/libnetworking/libc/res_send.c')
-rw-r--r--cpukit/libnetworking/libc/res_send.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/libnetworking/libc/res_send.c b/cpukit/libnetworking/libc/res_send.c
index d28165996d..fa04d545b3 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -68,11 +68,9 @@
* SOFTWARE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93";
-static char orig_rcsid[] = "From: Id: res_send.c,v 8.20 1998/04/06 23:27:51 halley Exp $";
-static char rcsid[] = "$Id$";
-#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
/*
* Send query to name server and wait for reply.