svn commit: r255131 - head/sys/dev/virtio/network

Eitan Adler eadler at FreeBSD.org
Sun Sep 1 20:22:53 UTC 2013


Author: eadler
Date: Sun Sep  1 20:22:52 2013
New Revision: 255131
URL: http://svnweb.freebsd.org/changeset/base/255131

Log:
  Fix build with gcc
  
  Reported by:	Michael Butler <imb at protected-networks.net>
  Reviewed by:	jilles

Modified:
  head/sys/dev/virtio/network/if_vtnet.c

Modified: head/sys/dev/virtio/network/if_vtnet.c
==============================================================================
--- head/sys/dev/virtio/network/if_vtnet.c	Sun Sep  1 20:15:35 2013	(r255130)
+++ head/sys/dev/virtio/network/if_vtnet.c	Sun Sep  1 20:22:52 2013	(r255131)
@@ -1531,7 +1531,7 @@ vtnet_rxq_csum_by_parse(struct vtnet_rxq
 		 */
 #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


More information about the svn-src-all mailing list