Re: svn commit: r227577 - head/sys/dev/mfi

2011-11-16 Thread Garrett Cooper
On Wed, Nov 16, 2011 at 10:42 AM, Konstantin Belousov wrote: > Author: kib > Date: Wed Nov 16 18:42:39 2011 > New Revision: 227577 > URL: http://svn.freebsd.org/changeset/base/227577 > > Log: >  The sys/sysctl.h header is needed when MFI_DEBUG is defined. Oh sweet... it's working now :D?! -Garret

svn commit: r227577 - head/sys/dev/mfi

2011-11-16 Thread Konstantin Belousov
Author: kib Date: Wed Nov 16 18:42:39 2011 New Revision: 227577 URL: http://svn.freebsd.org/changeset/base/227577 Log: The sys/sysctl.h header is needed when MFI_DEBUG is defined. Nod from: jhb Modified: head/sys/dev/mfi/mfi_debug.c Modified: head/sys/dev/mfi/mfi_debug.c ===