Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Uses timespec and uio_seg from sys/time.h and sys/ui...



details:   https://anonhg.NetBSD.org/src/rev/18237bc1d0a9
branches:  trunk
changeset: 755263:18237bc1d0a9
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 30 02:26:37 2010 +0000

description:
Uses timespec and uio_seg from sys/time.h and sys/uio.h; include those
explicitly instead of by accident.

diffstat:

 sys/sys/mount.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 76b8a898a2fe -r 18237bc1d0a9 sys/sys/mount.h
--- a/sys/sys/mount.h   Sun May 30 02:25:15 2010 +0000
+++ b/sys/sys/mount.h   Sun May 30 02:26:37 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index