X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.c;h=907487b133a741c15b315ee4fc9cbb7205da0215;hb=3a77131c5f9f16bd97c08bc5dd2e0c9333c75259;hp=305b342873ebbc4d8625c7e7c877754df2f6cfec;hpb=dab751ab3d3f7d4901535794215191255701ef97;p=bertos.git diff --git a/kern/monitor.c b/kern/monitor.c index 305b3428..907487b1 100755 --- a/kern/monitor.c +++ b/kern/monitor.c @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2004/11/28 23:20:25 bernie + *#* Remove obsolete INITLIST macro. + *#* *#* Revision 1.2 2004/10/26 09:01:15 bernie *#* monitor_rename(): New function. *#* @@ -45,7 +48,7 @@ static List MonitorProcs; void monitor_init(void) { - INITLIST(&MonitorProcs); + LIST_INIT(&MonitorProcs); }