diff options
author | YOSHIFUJI Hideaki | 2005-06-29 00:46:24 +0200 |
---|---|---|
committer | David S. Miller | 2005-06-29 00:46:24 +0200 |
commit | 7fe40f73d7591b38f129fe6a9c0fa46e0b192d09 (patch) | |
tree | fbe5323ddd8990350bc85778b54301db93ce5f93 /include/net | |
parent | [IPVS]: Close race conditions on ip_vs_conn_tab list modification (diff) | |
download | kernel-qcow2-linux-7fe40f73d7591b38f129fe6a9c0fa46e0b192d09.tar.gz kernel-qcow2-linux-7fe40f73d7591b38f129fe6a9c0fa46e0b192d09.tar.xz kernel-qcow2-linux-7fe40f73d7591b38f129fe6a9c0fa46e0b192d09.zip |
[IPV6]: remove more unused IPV6_AUTHHDR things.
Remove two more unused IPV6_AUTHHDR option things,
which I failed to remove them last time,
plus, mark IPV6_AUTHHDR obsolete.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ipv6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 771b47e30f86..69324465e8b3 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -183,7 +183,6 @@ struct ipv6_txoptions struct ipv6_opt_hdr *hopopt; struct ipv6_opt_hdr *dst0opt; struct ipv6_rt_hdr *srcrt; /* Routing Header */ - struct ipv6_opt_hdr *auth; struct ipv6_opt_hdr *dst1opt; /* Option buffer, as read by IPV6_PKTOPTIONS, starts here. */ |