Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 add forward decl



details:   https://anonhg.NetBSD.org/src/rev/b0bf3e5890ab
branches:  trunk
changeset: 458642:b0bf3e5890ab
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 05 10:25:41 2019 +0000

description:
add forward decl

diffstat:

 sys/netinet6/in6_offload.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 84fb46c46621 -r b0bf3e5890ab sys/netinet6/in6_offload.h
--- a/sys/netinet6/in6_offload.h        Mon Aug 05 10:14:19 2019 +0000
+++ b/sys/netinet6/in6_offload.h        Mon Aug 05 10:25:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_offload.h,v 1.10 2018/12/12 01:40:20 rin Exp $     */
+/*     $NetBSD: in6_offload.h,v 1.11 2019/08/05 10:25:41 christos Exp $        */
 
 /*
  * Copyright (c)2005, 2006 YAMAMOTO Takashi,
@@ -33,6 +33,7 @@
  * Subroutines to do software-only equivalent of h/w offloading.
  */
 struct mbuf *tcp6_segment(struct mbuf *, int);
+struct sockaddr_in6;
 int ip6_tso_output(struct ifnet *, struct ifnet *, struct mbuf *,
     const struct sockaddr_in6 *, struct rtentry *);
 void in6_undefer_cksum(struct mbuf *, size_t, int);



Home | Main Index | Thread Index | Old Index