svn commit: r186569 - head/usr.bin/fstat

Robert Watson rwatson at FreeBSD.org
Mon Dec 29 19:00:29 UTC 2008


Author: rwatson
Date: Mon Dec 29 19:00:28 2008
New Revision: 186569
URL: http://svn.freebsd.org/changeset/base/186569

Log:
  Include param.h instead of types.h before mount.h so that the nested
  include of param.h can be removed from audit.h.
  
  MFC after:	3 weeks

Modified:
  head/usr.bin/fstat/zfs.c

Modified: head/usr.bin/fstat/zfs.c
==============================================================================
--- head/usr.bin/fstat/zfs.c	Mon Dec 29 18:59:50 2008	(r186568)
+++ head/usr.bin/fstat/zfs.c	Mon Dec 29 19:00:28 2008	(r186569)
@@ -26,7 +26,7 @@
  * $FreeBSD$
  */
 
-#include <sys/types.h>
+#include <sys/param.h>
 #define _KERNEL
 #include <sys/mount.h>
 #undef _KERNEL


More information about the svn-src-all mailing list