From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:37:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461F416A41F; Wed, 14 Sep 2005 16:37:06 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F9F43D58; Wed, 14 Sep 2005 16:37:05 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGb5xh071827; Wed, 14 Sep 2005 16:37:05 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGb5MZ071826; Wed, 14 Sep 2005 16:37:05 GMT (envelope-from andre) Message-Id: <200509141637.j8EGb5MZ071826@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 16:37:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:37:06 -0000 andre 2005-09-14 16:37:05 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95 which broke the correct handling of the BIOCGSEESENT flag in the bpf listener. PR: kern/56441 Submitted by: MFC after: 3 days Revision Changes Path 1.160 +0 -4 src/sys/net/bpf.c