summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-29 12:52:28 +0000
committerume <ume@FreeBSD.org>2003-10-29 12:52:28 +0000
commit36edae8e0d6caa4c38b5624886e0b8a21fc77870 (patch)
tree625e8695c0868711307e6da1669ffa5509bdbfcf /sys/netinet6/ip6_var.h
parentbde54b9152c6e052b2d02175676d7eeac29baa99 (diff)
downloadFreeBSD-src-36edae8e0d6caa4c38b5624886e0b8a21fc77870.zip
FreeBSD-src-36edae8e0d6caa4c38b5624886e0b8a21fc77870.tar.gz
ip6_savecontrol() argument is redundant
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 6edaa1c..fecb610 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -352,8 +352,7 @@ void ip6_delaux __P((struct mbuf *));
int ip6_mforward __P((struct ip6_hdr *, struct ifnet *, struct mbuf *));
int ip6_process_hopopts __P((struct mbuf *, u_int8_t *, int, u_int32_t *,
u_int32_t *));
-void ip6_savecontrol __P((struct inpcb *, struct mbuf **, struct ip6_hdr *,
- struct mbuf *));
+void ip6_savecontrol __P((struct inpcb *, struct mbuf *, struct mbuf **));
void ip6_notify_pmtu __P((struct inpcb *, struct sockaddr_in6 *,
u_int32_t *));
int ip6_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
OpenPOWER on IntegriCloud