summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/socket.h')
-rw-r--r--cpukit/libnetworking/sys/socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h
index 6442581db6..544bdac10f 100644
--- a/cpukit/libnetworking/sys/socket.h
+++ b/cpukit/libnetworking/sys/socket.h
@@ -342,7 +342,7 @@ struct omsghdr {
int msg_accrightslen;
};
-#ifndef KERNEL
+#ifndef _KERNEL
__BEGIN_DECLS
int accept __P((int, struct sockaddr *, int *));
@@ -365,7 +365,7 @@ int socket __P((int, int, int));
int socketpair __P((int, int, int, int *));
__END_DECLS
-#else /* KERNEL */
+#else /* _KERNEL */
void pfctlinput __P((int, struct sockaddr *));
-#endif /* !KERNEL */
+#endif /* !_KERNEL */
#endif /* !_SYS_SOCKET_H_ */