[BACK]Return to uvm_glue.h 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.h between version 1.5 and 1.6

version 1.5, 1999/03/25 18:48:51 version 1.6, 1999/06/21 17:25:11
Line 37 
Line 37 
 #ifndef _UVM_UVM_GLUE_H_  #ifndef _UVM_UVM_GLUE_H_
 #define _UVM_UVM_GLUE_H_  #define _UVM_UVM_GLUE_H_
   
   #ifdef _KERNEL
   
 /*  /*
  * uvm_glue.h   * uvm_glue.h
  */   */
   
 void uvm_swapout_threads __P((void));  void uvm_swapout_threads __P((void));
   
   #endif /* _KERNEL */
   
 #endif /* _UVM_UVM_GLUE_H_ */  #endif /* _UVM_UVM_GLUE_H_ */

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

CVSweb <webmaster@jp.NetBSD.org>