Source-Changes-HG archive

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

[src/trunk]: src/sys/vm put back #ifdef _KERNEL that broken xosview build.



details:   https://anonhg.NetBSD.org/src/rev/8203973de115
branches:  trunk
changeset: 467941:8203973de115
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 31 12:29:51 1999 +0000

description:
put back #ifdef _KERNEL that broken xosview build.

diffstat:

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

diffs (25 lines):

diff -r a67756a4ed31 -r 8203973de115 sys/vm/vm_map.h
--- a/sys/vm/vm_map.h   Wed Mar 31 12:19:57 1999 +0000
+++ b/sys/vm/vm_map.h   Wed Mar 31 12:29:51 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_map.h,v 1.22 1999/03/24 05:51:34 mrg Exp $  */
+/*     $NetBSD: vm_map.h,v 1.23 1999/03/31 12:29:51 mrg Exp $  */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -191,6 +191,7 @@
        simple_unlock(&(map)->lk_interlock); \
 }
 
+#ifdef _KERNEL
 /* XXX: clean up later */
 static __inline boolean_t vm_map_lock_try __P((vm_map_t));
 
@@ -203,6 +204,7 @@
        map->timestamp++;
        return(TRUE);
 }
+#endif
 
 /*
  *     Functions implemented as macros



Home | Main Index | Thread Index | Old Index