SVN r255467 breaks kernel build on -current
Michael Butler
imb at protected-networks.net
Wed Sep 11 14:47:24 UTC 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
GCC complains about two uninitialized variables:
*** sys/kern/uipc_syscalls.c~ Wed Sep 11 07:52:16 2013
- --- sys/kern/uipc_syscalls.c Wed Sep 11 08:29:43 2013
***************
*** 2189,2199 ****
struct socket *so;
struct mbuf *m;
struct sf_buf *sf;
! struct vm_page *pg;
struct shmfd *shmfd;
struct sendfile_sync *sfs;
struct vattr va;
! off_t off, xfsize, fsbytes, sbytes, rem, obj_size;
int error, bsize, nd, hdrlen, mnw;
bool inflight_called;
- --- 2189,2199 ----
struct socket *so;
struct mbuf *m;
struct sf_buf *sf;
! struct vm_page *pg = NULL;
struct shmfd *shmfd;
struct sendfile_sync *sfs;
struct vattr va;
! off_t off, xfsize, fsbytes, sbytes, rem, obj_size = 0;
int error, bsize, nd, hdrlen, mnw;
bool inflight_called;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (FreeBSD)
iEYEARECAAYFAlIwgncACgkQQv9rrgRC1JJA5QCeNUkHfL7IwnQV4xdYlcbkUn/W
nGkAn0dxVf7EWEpTBQzki/TrLS9a5+w9
=2rpA
-----END PGP SIGNATURE-----
More information about the freebsd-current
mailing list