Date: Sun, 25 Apr 2010 16:43:41 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net bpf.c bpfdesc.h Message-ID: <201004251643.o3PGhsUn029988@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-04-25 16:43:41 UTC FreeBSD src repository Modified files: sys/net bpf.c bpfdesc.h Log: SVN rev 207195 on 2010-04-25 16:43:41Z by kib Provide compat32 shims for bpf(4), except zero-copy facilities. bd_compat32 field of struct bpf_d is kept unconditionally to not impose the requirement of including "opt_compat.h" on all numerous users of bpfdesc.h. Submitted by: jhb (version for 6.x) Reviewed and tested by: emaste MFC after: 2 weeks Revision Changes Path 1.223 +165 -3 src/sys/net/bpf.c 1.42 +1 -0 src/sys/net/bpfdesc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004251643.o3PGhsUn029988>