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

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

Diff for /src/sys/kern/subr_vmem.c between version 1.81 and 1.82

version 1.81, 2013/02/08 09:30:01 version 1.82, 2013/02/09 00:31:21
Line 1423  vmem_rehash_start(void)
Line 1423  vmem_rehash_start(void)
   
 #if defined(DDB) || defined(UNITTEST) || defined(VMEM_SANITY)  #if defined(DDB) || defined(UNITTEST) || defined(VMEM_SANITY)
   
 static void bt_dump(const bt_t *, void (*)(const char *, ...));  static void bt_dump(const bt_t *, void (*)(const char *, ...)
       __printflike(1, 2));
   
 static const char *  static const char *
 bt_type_string(int type)  bt_type_string(int type)
Line 1451  bt_dump(const bt_t *bt, void (*pr)(const
Line 1452  bt_dump(const bt_t *bt, void (*pr)(const
 }  }
   
 static void  static void
 vmem_dump(const vmem_t *vm , void (*pr)(const char *, ...))  vmem_dump(const vmem_t *vm , void (*pr)(const char *, ...) __printflike(1, 2))
 {  {
         const bt_t *bt;          const bt_t *bt;
         int i;          int i;

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

CVSweb <webmaster@jp.NetBSD.org>