From owner-svn-src-head@FreeBSD.ORG Wed Nov 16 18:45:07 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 856BC106567C; Wed, 16 Nov 2011 18:45:07 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6608FC0A; Wed, 16 Nov 2011 18:45:05 +0000 (UTC) Received: by faap15 with SMTP id p15so525673faa.13 for ; Wed, 16 Nov 2011 10:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=XWemkCYozUb6AH09UGIpLfAS8NVMlHGJM/CQnvpMkvk=; b=qbBaItEfd7q9eJC1ohUBLtHk+X0lxAxjh1Jdwjy+zeV6ljdicrCFuZ9dkMiGsAktjI ExJ9aCjKC2FC7uvD3E0FiOHja2LwWEk4L2RKs5rWS+lLxx3zPJzG70H5oaSmRjkD4bnG HhjNB9idnMD3UvrDUc1jwdG7gv+Ek0i8Tusoc= MIME-Version: 1.0 Received: by 10.182.50.65 with SMTP id a1mr3822833obo.17.1321469104669; Wed, 16 Nov 2011 10:45:04 -0800 (PST) Received: by 10.182.7.34 with HTTP; Wed, 16 Nov 2011 10:45:04 -0800 (PST) In-Reply-To: <201111161842.pAGIgeEF061755@svn.freebsd.org> References: <201111161842.pAGIgeEF061755@svn.freebsd.org> Date: Wed, 16 Nov 2011 10:45:04 -0800 Message-ID: From: Garrett Cooper To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227577 - head/sys/dev/mfi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 16 Nov 2011 18:45:07 -0000 On Wed, Nov 16, 2011 at 10:42 AM, Konstantin Belousov wro= te: > Author: kib > Date: Wed Nov 16 18:42:39 2011 > New Revision: 227577 > URL: http://svn.freebsd.org/changeset/base/227577 > > Log: > =A0The sys/sysctl.h header is needed when MFI_DEBUG is defined. Oh sweet... it's working now :D?! -Garrett