Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Sep 2013 11:22:47 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        bryanv@freebsd.org
Cc:        current@FreeBSD.org
Subject:   minor breakage with GCC after SVN r255112?
Message-ID:  <52235BC7.2060002@protected-networks.net>

next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A missing quote inside a disabled code-section seems to upset GCC, i.e.


*** sys/dev/virtio/network/if_vtnet.c~  Sun Sep  1 09:50:28 2013
- --- sys/dev/virtio/network/if_vtnet.c   Sun Sep  1 10:54:06 2013
***************
*** 1531,1537 ****
                 */
  #if 0
                if_printf(sc->vtnet_ifp, "cksum offload of unsupported "
!                   "protocol eth_type=%#x proto=%d csum_start=%d
                    "csum_offset=%d\n", __func__, eth_type, proto,
                    hdr->csum_start, hdr->csum_offset);
  #endif
- --- 1531,1537 ----
                 */
  #if 0
                if_printf(sc->vtnet_ifp, "cksum offload of unsupported "
!                   "protocol eth_type=%#x proto=%d csum_start=%d"
                    "csum_offset=%d\n", __func__, eth_type, proto,
                    hdr->csum_start, hdr->csum_offset);
  #endif

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (FreeBSD)

iEYEARECAAYFAlIjW8cACgkQQv9rrgRC1JI8qwCgrAug7uNBJA6LM5j3e8QoeyzB
RNQAn2vtpxrr6TML5pfCpdr3BDY+6Uvv
=9K43
-----END PGP SIGNATURE-----



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