Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 22:14:50 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r229662 - stable/8/sys/dev/mfi
Message-ID:  <201201052214.q05MEohw058607@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Thu Jan  5 22:14:49 2012
New Revision: 229662
URL: http://svn.freebsd.org/changeset/base/229662

Log:
  MFC 227577: The sys/sysctl.h header is needed when MFI_DEBUG is defined.

Modified:
  stable/8/sys/dev/mfi/mfi_debug.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/mfi/mfi_debug.c
==============================================================================
--- stable/8/sys/dev/mfi/mfi_debug.c	Thu Jan  5 22:14:18 2012	(r229661)
+++ stable/8/sys/dev/mfi/mfi_debug.c	Thu Jan  5 22:14:49 2012	(r229662)
@@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/mutex.h>
 #include <sys/malloc.h>
 #include <sys/selinfo.h>
+#include <sys/sysctl.h>
 #include <sys/taskqueue.h>
 #include <sys/uio.h>
 #include <machine/resource.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201052214.q05MEohw058607>