diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-07-20 22:46:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-07-20 22:46:20 +0000 |
| commit | 69dac2ea476a3a195830675b299808cdb7c7c532 (patch) | |
| tree | ea47d7e730e03e5ddf82a047f9729ef0907566cf /sys/netinet/ip_var.h | |
| parent | 4f18efe2206e3e5b81f9cf2e8f9a78a8e23949f7 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index e084d1d8096a..79f833610afa 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -50,6 +50,7 @@ struct ipovly { struct in_addr ih_dst; /* destination internet address */ }; +#ifdef _KERNEL /* * Ip reassembly queue structure. Each fragment * being reassembled is attached to one of these structures. @@ -68,6 +69,7 @@ struct ipq { u_int16_t ipq_div_cookie; /* ipfw divert cookie */ #endif }; +#endif /* _KERNEL */ /* * Structure stored in mbuf in inpcb.ip_options |
