summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/libc/ns_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/ns_parse.c')
-rw-r--r--cpukit/libnetworking/libc/ns_parse.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpukit/libnetworking/libc/ns_parse.c b/cpukit/libnetworking/libc/ns_parse.c
index 7c5ed343bf..e4e087d26b 100644
--- a/cpukit/libnetworking/libc/ns_parse.c
+++ b/cpukit/libnetworking/libc/ns_parse.c
@@ -15,11 +15,9 @@
* SOFTWARE.
*/
-#if !defined(__rtems__)
-#if !defined(LINT) && !defined(CODECENTER)
-static char rcsid[] = "$Id$";
-#endif /* not lint */
-#endif /* not rtems */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/types.h>