From owner-cvs-all@FreeBSD.ORG Sun Jun 27 02:26:36 2004 Return-Path: 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 E131316A4CE; Sun, 27 Jun 2004 02:26:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C370043D39; Sun, 27 Jun 2004 02:26:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R2PcqG084854; Sun, 27 Jun 2004 02:25:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R2Pc2V084853; Sun, 27 Jun 2004 02:25:38 GMT (envelope-from rwatson) Message-Id: <200406270225.i5R2Pc2V084853@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 02:25:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 27 Jun 2004 02:26:37 -0000 rwatson 2004-06-27 02:25:38 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Log: Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built into the kernel, similar to NETGRAPH_IFACE for ng_iface.c. It appears to have been omitted when added to the kernel. Revision Changes Path 1.1235 +1 -0 src/sys/conf/NOTES 1.911 +1 -0 src/sys/conf/files 1.455 +1 -0 src/sys/conf/options