summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/inet_neta.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/inet_neta.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/inet_neta.c')
-rw-r--r--cpukit/libnetworking/libc/inet_neta.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/libnetworking/libc/inet_neta.c b/cpukit/libnetworking/libc/inet_neta.c
index 59b156f7f6..39f2404616 100644
--- a/cpukit/libnetworking/libc/inet_neta.c
+++ b/cpukit/libnetworking/libc/inet_neta.c
@@ -15,9 +15,8 @@
* SOFTWARE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char orig_rcsid[] = "From Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp";
-static const char rcsid[] = "$Id$";
+#if HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/types.h>