1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Fix build with gcc

Reported by:	Michael Butler <imb@protected-networks.net>
Reviewed by:	jilles
This commit is contained in:
Eitan Adler 2013-09-01 20:22:52 +00:00
parent 530031a8f1
commit 72d9611d24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255131

View File

@ -1531,7 +1531,7 @@ vtnet_rxq_csum_by_parse(struct vtnet_rxq *rxq, struct mbuf *m,
*/
#if 0
if_printf(sc->vtnet_ifp, "cksum offload of unsupported "
"protocol eth_type=%#x proto=%d csum_start=%d
"protocol eth_type=%#x proto=%d csum_start=%d "
"csum_offset=%d\n", __func__, eth_type, proto,
hdr->csum_start, hdr->csum_offset);
#endif