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 <i...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to