From owner-cvs-src@FreeBSD.ORG Thu Oct 6 01:21:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE9116A420; Thu, 6 Oct 2005 01:21:40 +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 6269243D46; Thu, 6 Oct 2005 01:21:40 +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 j961Le2B095205; Thu, 6 Oct 2005 01:21:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j961LeQP095204; Thu, 6 Oct 2005 01:21:40 GMT (envelope-from thompsa) Message-Id: <200510060121.j961LeQP095204@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 6 Oct 2005 01:21:40 +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_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 01:21:41 -0000 thompsa 2005-10-06 01:21:40 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Fix KASSERT function name in ether_output, use __func__ while I am here. Revision Changes Path 1.200 +2 -2 src/sys/net/if_ethersubr.c