[BACK]Return to kern_clock.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/kern_clock.c between version 1.31 and 1.32

version 1.31, 1996/03/15 07:56:00 version 1.32, 1996/03/30 22:23:18
Line 1373  void db_show_callout(addr, haddr, count,
Line 1373  void db_show_callout(addr, haddr, count,
                 if (name == NULL)                  if (name == NULL)
                         name = "?";                          name = "?";
   
                 db_printf("%9d %9d %8x  %s (%x)\n",                  db_printf("%9d %9d %p  %s (%p)\n",
                           cum, t, p1->c_arg, name, p1->c_func);                            cum, t, p1->c_arg, name, p1->c_func);
         }          }
         splx(s);          splx(s);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>