Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/uvm remove duplicate uvmhist decls.



details:   https://anonhg.NetBSD.org/src/rev/57b44d3a3990
branches:  chs-ubc2
changeset: 471408:57b44d3a3990
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Jul 31 18:53:59 1999 +0000

description:
remove duplicate uvmhist decls.

diffstat:

 sys/uvm/uvm.h |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 1ec34e234c87 -r 57b44d3a3990 sys/uvm/uvm.h
--- a/sys/uvm/uvm.h     Sat Jul 31 18:53:44 1999 +0000
+++ b/sys/uvm/uvm.h     Sat Jul 31 18:53:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm.h,v 1.15.4.4 1999/07/04 01:57:20 chs Exp $ */
+/*     $NetBSD: uvm.h,v 1.15.4.5 1999/07/31 18:53:59 chs Exp $ */
 
 /*
  *
@@ -124,15 +124,6 @@
 };
 
 /*
- * historys
- */
-
-#ifdef _KERNEL
-UVMHIST_DECL(maphist);
-UVMHIST_DECL(pdhist);
-#endif /* _KERNEL */
-
-/*
  * vm_map_entry etype bits:
  */
 



Home | Main Index | Thread Index | Old Index