Add directive #if in struct EntropyPool, and remove #else in randpool_add.
[bertos.git] / kern / monitor.c
index d7512151efabc9cfdb7078b7292eabedcc178999..608a7e8d24fa1f7c834fae4e02ddb7883eb1b26f 100755 (executable)
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.10  2006/09/20 13:58:42  marco
+ *#* Used z modifier instead l.
+ *#*
+ *#* Revision 1.9  2006/07/19 12:56:27  bernie
+ *#* Convert to new Doxygen style.
+ *#*
  *#* Revision 1.8  2006/03/22 09:49:22  bernie
  *#* Reduce memory usage.
  *#*
@@ -146,7 +152,7 @@ void monitor_report(void)
                 p = MONITOR_NODE_TO_PROCESS(p->monitor.link.succ))
        {
                size_t free = monitor_checkStack(p->monitor.stack_base, p->monitor.stack_size);
-               kprintf("%-24s%8p%8p%8lx%8lx\n",
+               kprintf("%-24s%8p%8p%8zx%8zx\n",
                        p->monitor.name, p, p->monitor.stack_base, p->monitor.stack_size, free);
        }
 }