From e32977066c4681062f7c12bd7d7acfad3e9babd7 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 2 Jun 2008 16:55:08 +0000 Subject: [PATCH] Fix kernel compile warnings. --- sys/sys/statvfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/statvfs.h b/sys/sys/statvfs.h index ebd0350df6..a8be93c874 100644 --- a/sys/sys/statvfs.h +++ b/sys/sys/statvfs.h @@ -31,7 +31,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $DragonFly: src/sys/sys/statvfs.h,v 1.9 2008/06/02 06:42:45 hasso Exp $ + * $DragonFly: src/sys/sys/statvfs.h,v 1.10 2008/06/02 16:55:08 dillon Exp $ */ #ifndef _SYS_STATVFS_H_ @@ -41,6 +41,7 @@ #include struct fhandle; +struct statfs; /* * The POSIX 1003.1 standard uses free and available nomenclature to mean the -- 2.41.0