From owner-svn-src-all@FreeBSD.ORG Thu Jun 11 11:17:17 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68FED106566C; Thu, 11 Jun 2009 11:17:17 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 570C68FC14; Thu, 11 Jun 2009 11:17:17 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5BBHHrV045508; Thu, 11 Jun 2009 11:17:17 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5BBHH2S045507; Thu, 11 Jun 2009 11:17:17 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200906111117.n5BBHH2S045507@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 11 Jun 2009 11:17:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193988 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 11:17:17 -0000 Author: bz Date: Thu Jun 11 11:17:16 2009 New Revision: 193988 URL: http://svn.freebsd.org/changeset/base/193988 Log: if_enc(4) is only useful with ipsec and either inet or inet6. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Jun 11 11:13:35 2009 (r193987) +++ head/sys/conf/files Thu Jun 11 11:17:16 2009 (r193988) @@ -2192,7 +2192,7 @@ net/if_dead.c standard net/if_disc.c optional disc net/if_edsc.c optional edsc net/if_ef.c optional ef -net/if_enc.c optional enc +net/if_enc.c optional enc ipsec inet | enc ipsec inet6 net/if_ethersubr.c optional ether \ compile-with "${NORMAL_C} -I$S/contrib/pf" net/if_faith.c optional faith