[BACK]Return to uvm_glue.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_glue.c between version 1.4 and 1.5

version 1.4, 1998/02/07 11:08:33 version 1.5, 1998/02/10 14:12:12
Line 70 
Line 70 
  * rights to redistribute these changes.   * rights to redistribute these changes.
  */   */
   
   #include "opt_uvmhist.h"
   
 /*  /*
  * uvm_glue.c: glue functions   * uvm_glue.c: glue functions
  */   */
   
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/systm.h>  #include <sys/systm.h>
 #include <sys/proc.h>  #include <sys/proc.h>
Line 93 
Line 94 
   
 #include <machine/cpu.h>  #include <machine/cpu.h>
   
 UVMHIST_DECL(maphist);  
   
 /*  /*
  * local prototypes   * local prototypes
  */   */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>