diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-12 03:14:31 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-12 03:14:31 +0000 |
| commit | eca8a663d442468f64e21ed869817b9048ab5a7b (patch) | |
| tree | a3d104511a2cb91c797ff9c5bcc6f9c70abc63ce /sys/netinet/ip_var.h | |
| parent | 5c957adbf1741a33bb35cf087f7ee81de42e6ac2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 881d40c5a10b..1b9d6c5aa583 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -39,10 +39,6 @@ #include <sys/queue.h> -#ifdef _KERNEL -#include <sys/_label.h> -#endif - /* * Overlay for ip header used by other protocols (tcp, udp). */ @@ -71,7 +67,7 @@ struct ipq { u_char ipq_nfrags; /* # frags in this packet */ u_int32_t ipq_div_info; /* ipfw divert port & flags */ u_int16_t ipq_div_cookie; /* ipfw divert cookie */ - struct label ipq_label; /* MAC label */ + struct label *ipq_label; /* MAC label */ }; #endif /* _KERNEL */ |
