Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys/uvm Oops, fix botch in previous.
details: https://anonhg.NetBSD.org/src/rev/1d0d2d08e073
branches: chs-ubc2
changeset: 471350:1d0d2d08e073
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jul 02 00:24:41 1999 +0000
description:
Oops, fix botch in previous.
diffstat:
sys/uvm/uvm_vnode.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 48b73a6faaec -r 1d0d2d08e073 sys/uvm/uvm_vnode.h
--- a/sys/uvm/uvm_vnode.h Fri Jul 02 00:15:23 1999 +0000
+++ b/sys/uvm/uvm_vnode.h Fri Jul 02 00:24:41 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_vnode.h,v 1.7.4.3 1999/07/02 00:15:23 thorpej Exp $ */
+/* $NetBSD: uvm_vnode.h,v 1.7.4.4 1999/07/02 00:24:41 thorpej Exp $ */
/*
*
@@ -93,12 +93,12 @@
i/o sync to clear so it can do
i/o */
#define UVM_VNODE_WRITEABLE 0x200 /* uvn has pages that are writeable */
-#endif /* UBC */
/*
* UVM_VNODE_BLOCKED: any condition that should new processes from
* touching the vnode [set WANTED and sleep to wait for it to clear]
*/
#define UVM_VNODE_BLOCKED (UVM_VNODE_ALOCK|UVM_VNODE_DYING|UVM_VNODE_RELKILL)
+#endif /* UBC */
#endif /* _UVM_UVM_VNODE_H_ */
Home |
Main Index |
Thread Index |
Old Index