From owner-cvs-src@FreeBSD.ORG Sat Aug 20 04:32:55 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 369AB16A41F; Sat, 20 Aug 2005 04:32:55 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E796243D46; Sat, 20 Aug 2005 04:32:54 +0000 (GMT) (envelope-from brooks@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 j7K4WsEr096925; Sat, 20 Aug 2005 04:32:54 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4Wsxn096924; Sat, 20 Aug 2005 04:32:54 GMT (envelope-from brooks) Message-Id: <200508200432.j7K4Wsxn096924@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:32:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.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: Sat, 20 Aug 2005 04:32:55 -0000 brooks 2005-08-20 04:32:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev 1.244, removal of if_findindex and correction of two if_alloc calls before an if_attach. Partial MFC of 1.243. The change it was a response to has not been MFCd, but the comment is relevent without it. Approved by: re (kensmith) Revision Changes Path 1.234.2.4 +17 -56 src/sys/net/if.c