summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_systm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/netinet/in_systm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/netinet/in_systm.h b/cpukit/libnetworking/netinet/in_systm.h
index 6178a7bf5e..9c93ae78f0 100644
--- a/cpukit/libnetworking/netinet/in_systm.h
+++ b/cpukit/libnetworking/netinet/in_systm.h
@@ -56,7 +56,7 @@ typedef u_long n_long; /* long as received from the net */
typedef u_long n_time; /* ms since 00:00 GMT, byte rev */
#ifdef _KERNEL
-n_time iptime __P((void));
+n_time iptime(void);
#endif
#endif