Module Name: src Committed By: matt Date: Fri Sep 5 09:22:22 UTC 2014
Modified Files: src/sys/net: bpf.c if_gre.c if_tap.c Log Message: Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get a correctly typed pointer. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/net/bpf.c cvs rdiff -u -r1.160 -r1.161 src/sys/net/if_gre.c cvs rdiff -u -r1.77 -r1.78 src/sys/net/if_tap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.