summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/getnetbyht.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/getnetbyht.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/getnetbyht.c')
-rw-r--r--cpukit/libnetworking/libc/getnetbyht.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/libnetworking/libc/getnetbyht.c b/cpukit/libnetworking/libc/getnetbyht.c
index f7b7b1091d..713e186ccb 100644
--- a/cpukit/libnetworking/libc/getnetbyht.c
+++ b/cpukit/libnetworking/libc/getnetbyht.c
@@ -41,11 +41,9 @@
* from getnetent.c 1.1 (Coimbra) 93/06/02
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93";
-static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp";
-static chat rcsid[] = "$Id$";
-#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/types.h>
#include <sys/socket.h>