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/ipv6_icmp.h | |
parent | 1a8d8479d049b6b07a6ddbeb5b2c2c48ce406805 (diff) |
_KERNEL, and other cleanup
Diffstat (limited to 'sys/netinet6/ipv6_icmp.h')
-rw-r--r-- | sys/netinet6/ipv6_icmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ipv6_icmp.h b/sys/netinet6/ipv6_icmp.h index ed8ddd950f1..06bc00fc859 100644 --- a/sys/netinet6/ipv6_icmp.h +++ b/sys/netinet6/ipv6_icmp.h @@ -231,7 +231,7 @@ struct ext_mtu /* Recommended link MTU. */ #define ICMPV6_INFOTYPE(type) ((type) >= 128) -#ifdef KERNEL +#ifdef _KERNEL #include <netinet6/ipv6_var.h> /* Function prototypes */ |