svn commit: r229661 - stable/9/sys/dev/mfi

John Baldwin jhb at FreeBSD.org
Thu Jan 5 22:14:19 UTC 2012


Author: jhb
Date: Thu Jan  5 22:14:18 2012
New Revision: 229661
URL: http://svn.freebsd.org/changeset/base/229661

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

Modified:
  stable/9/sys/dev/mfi/mfi_debug.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/amd64/include/xen/   (props changed)
  stable/9/sys/boot/   (props changed)
  stable/9/sys/boot/i386/efi/   (props changed)
  stable/9/sys/boot/ia64/efi/   (props changed)
  stable/9/sys/boot/ia64/ski/   (props changed)
  stable/9/sys/boot/powerpc/boot1.chrp/   (props changed)
  stable/9/sys/boot/powerpc/ofw/   (props changed)
  stable/9/sys/cddl/contrib/opensolaris/   (props changed)
  stable/9/sys/conf/   (props changed)
  stable/9/sys/contrib/dev/acpica/   (props changed)
  stable/9/sys/contrib/octeon-sdk/   (props changed)
  stable/9/sys/contrib/pf/   (props changed)
  stable/9/sys/contrib/x86emu/   (props changed)

Modified: stable/9/sys/dev/mfi/mfi_debug.c
==============================================================================
--- stable/9/sys/dev/mfi/mfi_debug.c	Thu Jan  5 22:06:01 2012	(r229660)
+++ stable/9/sys/dev/mfi/mfi_debug.c	Thu Jan  5 22:14:18 2012	(r229661)
@@ -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>


More information about the svn-src-stable-9 mailing list