summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_options.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-10-12 09:24:24 +0000
committerglebius <glebius@FreeBSD.org>2012-10-12 09:24:24 +0000
commit9879a454afa69e2734e4833c1af50019f15df7e6 (patch)
tree1598085a4c5d301498cab2e57c98649ad6856253 /sys/netinet/ip_options.h
parent1f46bef563e94fd201aab281f16815e590ba45c6 (diff)
downloadFreeBSD-src-9879a454afa69e2734e4833c1af50019f15df7e6.zip
FreeBSD-src-9879a454afa69e2734e4833c1af50019f15df7e6.tar.gz
In ip_stripoptions():
- Remove unused argument and incorrect comment. - Fixup ip_len after stripping.
Diffstat (limited to 'sys/netinet/ip_options.h')
-rw-r--r--sys/netinet/ip_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_options.h b/sys/netinet/ip_options.h
index 7ba5ae6..7cb447e 100644
--- a/sys/netinet/ip_options.h
+++ b/sys/netinet/ip_options.h
@@ -54,7 +54,7 @@ int ip_dooptions(struct mbuf *, int);
struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
int ip_optcopy(struct ip *, struct ip *);
int ip_pcbopts(struct inpcb *, int, struct mbuf *);
-void ip_stripoptions(struct mbuf *, struct mbuf *);
+void ip_stripoptions(struct mbuf *);
struct mbuf *ip_srcroute(struct mbuf *);
#endif /* !_NETINET_IP_OPTIONS_H_ */
OpenPOWER on IntegriCloud