Module Name: src
Committed By: dholland
Date: Sun May 30 02:26:37 UTC 2010
Modified Files:
src/sys/sys: mount.h
Log Message:
Uses timespec and uio_seg from sys/time.h and sys/uio.h; include those
explicitly instead of by accident.
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/sys/mount.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/mount.h
diff -u src/sys/sys/mount.h:1.195 src/sys/sys/mount.h:1.196
--- src/sys/sys/mount.h:1.195 Sat Dec 5 20:11:18 2009
+++ src/sys/sys/mount.h Sun May 30 02:26:37 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.195 2009/12/05 20:11:18 pooka Exp $ */
+/* $NetBSD: mount.h,v 1.196 2010/05/30 02:26:37 dholland Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -42,6 +42,8 @@
#endif
#ifndef _STANDALONE
+#include <sys/time.h>
+#include <sys/uio.h>
#include <sys/ucred.h>
#include <sys/fstypes.h>
#include <sys/queue.h>