From owner-svn-src-head@FreeBSD.ORG Thu May 1 14:59:04 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 967B5E74; Thu, 1 May 2014 14:59:04 +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 83C8914CB; Thu, 1 May 2014 14:59:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s41Ex4DZ095974; Thu, 1 May 2014 14:59:04 GMT (envelope-from loos@svn.freebsd.org) Received: (from loos@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s41Ex4cQ095973; Thu, 1 May 2014 14:59:04 GMT (envelope-from loos@svn.freebsd.org) Message-Id: <201405011459.s41Ex4cQ095973@svn.freebsd.org> From: Luiz Otavio O Souza Date: Thu, 1 May 2014 14:59:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265194 - head/sys/geom/uzip X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 14:59:04 -0000 Author: loos Date: Thu May 1 14:59:04 2014 New Revision: 265194 URL: http://svnweb.freebsd.org/changeset/base/265194 Log: Actually the FEATURE() macro is defined on sys/sysctl.h. Pointyhat to: loos Modified: head/sys/geom/uzip/g_uzip.c Modified: head/sys/geom/uzip/g_uzip.c ============================================================================== --- head/sys/geom/uzip/g_uzip.c Thu May 1 14:47:27 2014 (r265193) +++ head/sys/geom/uzip/g_uzip.c Thu May 1 14:59:04 2014 (r265194) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include