cvs commit: src/sys/net bpf_filter.c

David Malone dwmalone at FreeBSD.org
Fri Nov 2 11:53:40 PDT 2007


dwmalone    2007-11-02 16:27:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              bpf_filter.c 
  Log:
  MFC 1.28:
  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 at luckie.org.nz>
  
  Revision  Changes    Path
  1.23.2.2  +1 -1      src/sys/net/bpf_filter.c


More information about the cvs-all mailing list