summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/libc/ns_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/libc/ns_parse.c')
-rw-r--r--c/src/exec/libnetworking/libc/ns_parse.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/libnetworking/libc/ns_parse.c b/c/src/exec/libnetworking/libc/ns_parse.c
index 13b9956d93..cc1f070156 100644
--- a/c/src/exec/libnetworking/libc/ns_parse.c
+++ b/c/src/exec/libnetworking/libc/ns_parse.c
@@ -15,9 +15,11 @@
* SOFTWARE.
*/
-#ifndef lint
+#if !defined(__rtems__)
+#if !defined(LINT) && !defined(CODECENTER)
static char rcsid[] = "$Id$";
-#endif
+#endif /* not lint */
+#endif /* not rtems */
#include <sys/types.h>