Date: Fri, 29 Aug 2008 19:10:51 +0000 (UTC) From: Jung-uk Kim <jkim@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: <200808291911.m7TJB805079345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2008-08-29 19:10:51 UTC FreeBSD src repository Modified files: sys/net bpf_filter.c Log: SVN rev 182454 on 2008-08-29 19:10:51Z by jkim - Directly match code wherever possible instead of using macros. - Macrofy bitmap table lookup. Constify the table while I am here. - Add missing continue statements in the for loop. Functionally it should be the last remaining fix from: PR: kern/89752 MFC after: 1 month Revision Changes Path 1.35 +14 -11 src/sys/net/bpf_filter.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808291911.m7TJB805079345>