summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/getnetbydns.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/getnetbydns.c')
-rw-r--r--cpukit/libnetworking/libc/getnetbydns.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/libnetworking/libc/getnetbydns.c b/cpukit/libnetworking/libc/getnetbydns.c
index 8f8c576332..49be8e81a0 100644
--- a/cpukit/libnetworking/libc/getnetbydns.c
+++ b/cpukit/libnetworking/libc/getnetbydns.c
@@ -58,10 +58,9 @@
* copyright notice and this permission notice appear in all copies.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
-static char rcsid[] = "$Id$";
-#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/param.h>
#include <sys/socket.h>