summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/libc/inet_net_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/inet_net_ntop.c')
-rw-r--r--cpukit/libnetworking/libc/inet_net_ntop.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/libnetworking/libc/inet_net_ntop.c b/cpukit/libnetworking/libc/inet_net_ntop.c
index 4c7893d417..bdd334882e 100644
--- a/cpukit/libnetworking/libc/inet_net_ntop.c
+++ b/cpukit/libnetworking/libc/inet_net_ntop.c
@@ -15,9 +15,8 @@
* SOFTWARE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char orig_rcsid[] = "From Id: inet_net_ntop.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>