From owner-cvs-all@FreeBSD.ORG Fri Oct 14 20:57:05 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 6F53F16A41F; Fri, 14 Oct 2005 20:57:05 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8242443D55; Fri, 14 Oct 2005 20:57:02 +0000 (GMT) (envelope-from thompsa@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 j9EKv2fr089534; Fri, 14 Oct 2005 20:57:02 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EKv2XX089533; Fri, 14 Oct 2005 20:57:02 GMT (envelope-from thompsa) Message-Id: <200510142057.j9EKv2XX089533@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 14 Oct 2005 20:57:02 +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 if_bridge.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: Fri, 14 Oct 2005 20:57:05 -0000 thompsa 2005-10-14 20:57:02 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Make four more functions static that were missed in the last commit. Revision Changes Path 1.29 +5 -5 src/sys/net/if_bridge.c