From 9879a454afa69e2734e4833c1af50019f15df7e6 Mon Sep 17 00:00:00 2001 From: glebius Date: Fri, 12 Oct 2012 09:24:24 +0000 Subject: In ip_stripoptions(): - Remove unused argument and incorrect comment. - Fixup ip_len after stripping. --- sys/netinet/ip_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/ip_options.h') 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_ */ -- cgit v1.1