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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to