cvs commit: src/sys/net bpf_filter.c

Jung-uk Kim jkim at FreeBSD.org
Fri Aug 29 19:11:09 UTC 2008


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


More information about the cvs-all mailing list