[BACK]Return to uvm_ddb.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_ddb.h between version 1.2 and 1.3

version 1.2, 1999/03/25 18:48:50 version 1.3, 1999/06/21 17:25:11
Line 37 
Line 37 
 #ifndef _UVM_UVM_DDB_H_  #ifndef _UVM_UVM_DDB_H_
 #define _UVM_UVM_DDB_H_  #define _UVM_UVM_DDB_H_
   
 #if defined(DDB)  #ifdef _KERNEL
   
   #ifdef DDB
 void                    uvm_map_print __P((vm_map_t, boolean_t));  void                    uvm_map_print __P((vm_map_t, boolean_t));
 void                    uvm_map_printit __P((vm_map_t, boolean_t,  void                    uvm_map_printit __P((vm_map_t, boolean_t,
                                 void (*) __P((const char *, ...))));                                  void (*) __P((const char *, ...))));
Line 48  void   uvm_object_printit __P((struct uv
Line 50  void   uvm_object_printit __P((struct uv
 void                    uvm_page_print __P((struct vm_page *, boolean_t));  void                    uvm_page_print __P((struct vm_page *, boolean_t));
 void                    uvm_page_printit __P((struct vm_page *, boolean_t,  void                    uvm_page_printit __P((struct vm_page *, boolean_t,
                                 void (*) __P((const char *, ...))));                                  void (*) __P((const char *, ...))));
 #endif  #endif /* DDB */
   
   #endif /* _KERNEL */
   
 #endif _UVM_UVM_DDB_H_  #endif _UVM_UVM_DDB_H_

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>