Date: Sun, 17 Jun 2007 21:51:44 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c Message-ID: <200706172151.l5HLpj1E013416@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2007-06-17 21:51:44 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Silence some gcc 4 warnings. It is expected that the bpf_movein() routine will intialize the the header length and re-initialize the mbuf pointer to reference the mbuf that is allocated after moving user supplied packet data in. Revision Changes Path 1.178 +2 -0 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706172151.l5HLpj1E013416>