diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 00:45:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 00:45:48 +0000 |
commit | 80d9c7bd958b7d6644584583a0a30b34114a4238 (patch) | |
tree | 84f7475762fa812c18c92e5d63e472d8279d1f05 /sys/netinet6/in6.h | |
parent | 1a8d8479d049b6b07a6ddbeb5b2c2c48ce406805 (diff) |
_KERNEL, and other cleanup
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r-- | sys/netinet6/in6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index c4149883ce3..ea47f255dfc 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -349,10 +349,10 @@ struct route6 }; #endif RTM_VERSION -#ifdef KERNEL +#ifdef _KERNEL /* Function prototypes go here. */ int in6_cksum __P((struct mbuf *,int, u_int, u_int)); -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif /* __linux__ */ extern const struct in6_addr in6addr_any; |