Date: Mon, 24 Oct 2016 05:20:02 +0000 (UTC) From: Sepherosa Ziehau <sephe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r307844 - head/sys/dev/hyperv/netvsc Message-ID: <201610240520.u9O5K23i049308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sephe Date: Mon Oct 24 05:20:02 2016 New Revision: 307844 URL: https://svnweb.freebsd.org/changeset/base/307844 Log: hyperv/hn: Nuke unused forward declaration. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8314 Modified: head/sys/dev/hyperv/netvsc/if_hnvar.h Modified: head/sys/dev/hyperv/netvsc/if_hnvar.h ============================================================================== --- head/sys/dev/hyperv/netvsc/if_hnvar.h Mon Oct 24 05:10:35 2016 (r307843) +++ head/sys/dev/hyperv/netvsc/if_hnvar.h Mon Oct 24 05:20:02 2016 (r307844) @@ -48,11 +48,6 @@ struct hn_send_ctx { void *hn_cbarg; }; -struct rndis_hash_info; -struct rndix_hash_value; -struct ndis_8021q_info_; -struct rndis_tcp_ip_csum_info_; - #define HN_NDIS_VLAN_INFO_INVALID 0xffffffff #define HN_NDIS_RXCSUM_INFO_INVALID 0 #define HN_NDIS_HASH_INFO_INVALID 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610240520.u9O5K23i049308>