Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 19:00:28 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186569 - head/usr.bin/fstat
Message-ID:  <200812291900.mBTJ0SBC064590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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