From owner-svn-src-all@FreeBSD.ORG Sat May 10 00:42:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 777586D8; Sat, 10 May 2014 00:42:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5E6D0A; Sat, 10 May 2014 00:42:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4A0gisi075931; Sat, 10 May 2014 00:42:44 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4A0gi65075930; Sat, 10 May 2014 00:42:44 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201405100042.s4A0gi65075930@svn.freebsd.org> From: Warner Losh Date: Sat, 10 May 2014 00:42:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265791 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 10 May 2014 00:42:44 -0000 Author: imp Date: Sat May 10 00:42:43 2014 New Revision: 265791 URL: http://svnweb.freebsd.org/changeset/base/265791 Log: Fix typo in FORMAT_EXTENSIONS which breaks universe. Modified: head/sys/conf/kern.opts.mk Modified: head/sys/conf/kern.opts.mk ============================================================================== --- head/sys/conf/kern.opts.mk Sat May 10 00:26:40 2014 (r265790) +++ head/sys/conf/kern.opts.mk Sat May 10 00:42:43 2014 (r265791) @@ -16,7 +16,7 @@ # src tree. __DEFAULT_YES_OPTIONS = \ - FORMAT_EXTENTIONS \ + FORMAT_EXTENSIONS \ KERNEL_SYMBOLS __DEFAULT_NO_OPTIONS = \