[BACK]Return to subr_pool.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_pool.c between version 1.121 and 1.122

version 1.121, 2006/08/20 09:35:25 version 1.122, 2006/09/03 06:25:19
Line 1786  pool_print1(struct pool *pp, const char 
Line 1786  pool_print1(struct pool *pp, const char 
         (*pr)("\n");          (*pr)("\n");
         if ((pp->pr_roflags & PR_LOGGING) == 0)          if ((pp->pr_roflags & PR_LOGGING) == 0)
                 (*pr)("\tno log\n");                  (*pr)("\tno log\n");
         else          else {
                 pr_printlog(pp, NULL, pr);                  pr_printlog(pp, NULL, pr);
           }
   
  skip_log:   skip_log:
         if (print_cache == 0)          if (print_cache == 0)

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

CVSweb <webmaster@jp.NetBSD.org>