Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Include compat/sys/time_types.h instead of compa...



details:   https://anonhg.NetBSD.org/src/rev/ff32238bfa3d
branches:  trunk
changeset: 748798:ff32238bfa3d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 05 16:59:55 2009 +0000

description:
Include compat/sys/time_types.h instead of compat/sys/time.h.
Fixes lint drama with interface name collisions.

diffstat:

 sys/ufs/lfs/lfs.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d82ec49dc8d9 -r ff32238bfa3d sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Thu Nov 05 16:59:01 2009 +0000
+++ b/sys/ufs/lfs/lfs.h Thu Nov 05 16:59:55 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.h,v 1.130 2009/11/05 11:54:49 pooka Exp $  */
+/*     $NetBSD: lfs.h,v 1.131 2009/11/05 16:59:55 pooka Exp $  */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -66,7 +66,8 @@
 #include <sys/mutex.h>
 #include <sys/queue.h>
 #include <sys/condvar.h>
-#include <compat/sys/time.h>
+
+#include <compat/sys/time_types.h>
 
 /*
  * Compile-time options for LFS.



Home | Main Index | Thread Index | Old Index