Date: Thu, 13 Sep 2007 09:00:32 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf_filter.c Message-ID: <200709130900.l8D90WE5068392@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2007-09-13 09:00:32 UTC FreeBSD src repository Modified files: sys/net bpf_filter.c Log: Make the type of the memory used by the BPF filter unsigned, so it matches the BPF registers (which are the only thing that is assigned to/from BPF memory). This is a pedantic change that shouldn't change any behaviour. PR: 115931 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: re (bmah) MFC after: 3 weeks Revision Changes Path 1.28 +1 -1 src/sys/net/bpf_filter.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709130900.l8D90WE5068392>