summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-09-01 20:22:52 +0000
committereadler <eadler@FreeBSD.org>2013-09-01 20:22:52 +0000
commitff37479c6f590240c5fcd62289a558e8e1a81635 (patch)
treee5e58f56107b0db8edeb30d50ed7a528d7db8e0d
parentd8615bd83a5530f8770f104327704aeeee9b4092 (diff)
downloadFreeBSD-src-ff37479c6f590240c5fcd62289a558e8e1a81635.zip
FreeBSD-src-ff37479c6f590240c5fcd62289a558e8e1a81635.tar.gz
Fix build with gcc
Reported by: Michael Butler <imb@protected-networks.net> Reviewed by: jilles
-rw-r--r--sys/dev/virtio/network/if_vtnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c
index f757394..5ab4b970b 100644
--- a/sys/dev/virtio/network/if_vtnet.c
+++ b/sys/dev/virtio/network/if_vtnet.c
@@ -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
OpenPOWER on IntegriCloud