Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 16:27:22 +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:  <200711021627.lA2GRM7a049997@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@luckie.org.nz>
  
  Revision  Changes    Path
  1.23.2.2  +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?200711021627.lA2GRM7a049997>