X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.c;h=b4a133d87c5196aa37a631d7f8daa0baf89e621b;hb=22853ba2260f6dd8dc0e5ccafb95e75fc36cfa29;hp=305b342873ebbc4d8625c7e7c877754df2f6cfec;hpb=dab751ab3d3f7d4901535794215191255701ef97;p=bertos.git diff --git a/kern/monitor.c b/kern/monitor.c index 305b3428..b4a133d8 100755 --- a/kern/monitor.c +++ b/kern/monitor.c @@ -14,6 +14,12 @@ /*#* *#* $Log$ + *#* Revision 1.4 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* 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. *#* @@ -36,8 +42,8 @@ #include #include #include -#include -#include +#include +#include static List MonitorProcs; @@ -45,7 +51,7 @@ static List MonitorProcs; void monitor_init(void) { - INITLIST(&MonitorProcs); + LIST_INIT(&MonitorProcs); }