From owner-cvs-sys Sat Oct 7 05:48:07 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA00374 for cvs-sys-outgoing; Sat, 7 Oct 1995 05:48:07 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA00365 ; Sat, 7 Oct 1995 05:47:59 -0700 Date: Sat, 7 Oct 1995 05:47:59 -0700 From: David Greenman Message-Id: <199510071247.FAA00365@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net bpf.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk davidg 95/10/07 05:47:59 Branch: sys/net RELENG_2_1_0 Modified: sys/net bpf.c Log: Brought in changes from revs 1.12-1.13: allocate a header mbuf instead of (bogusly) a regular mbuf; only print attached messages if bootverbose. The change to move ifpromisc() (part of rev 1.13) was NOT brought in.