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/icmpv6_var.h | |
parent | 1a8d8479d049b6b07a6ddbeb5b2c2c48ce406805 (diff) |
_KERNEL, and other cleanup
Diffstat (limited to 'sys/netinet6/icmpv6_var.h')
-rw-r--r-- | sys/netinet6/icmpv6_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/icmpv6_var.h b/sys/netinet6/icmpv6_var.h index 36f86fbda1b..3cdc9e8135d 100644 --- a/sys/netinet6/icmpv6_var.h +++ b/sys/netinet6/icmpv6_var.h @@ -46,7 +46,7 @@ struct icmpv6stat 0, \ } -#ifdef KERNEL +#ifdef _KERNEL struct icmpv6stat icmpv6stat; #endif #endif /* _NETINET6_ICMPV6_VAR_H */ |