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 <[EMAIL PROTECTED]>
Revision Changes Path
1.23.2.2 +1 -1 src/sys/net/bpf_filter.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"