cvs commit: src/sys/net bpf_filter.c

David Malone dwmalone at FreeBSD.org
Thu Sep 13 02:00:33 PDT 2007


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 at luckie.org.nz>
  Approved by:    re (bmah)
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.28      +1 -1      src/sys/net/bpf_filter.c


More information about the cvs-src mailing list