Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 20:22:53 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255131 - head/sys/dev/virtio/network
Message-ID:  <201309012022.r81KMrYQ061358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012022.r81KMrYQ061358>