|
From: Bob T. <bt...@us...> - 2003-12-12 19:14:32
|
Update of /cvsroot/benson/benson3/src/monitors/process In directory sc8-pr-cvs1:/tmp/cvs-serv22671/src/monitors/process Modified Files: proc_mon.h proc_scan.c Log Message: latest changes Index: proc_mon.h =================================================================== RCS file: /cvsroot/benson/benson3/src/monitors/process/proc_mon.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** proc_mon.h 28 Sep 2003 22:26:28 -0000 1.2 --- proc_mon.h 12 Dec 2003 19:14:28 -0000 1.3 *************** *** 1,5 **** #include "proc_scan.h" #include "proc_cfg.h" - #include "monitor.h" #include <regex.h> --- 1,4 ---- Index: proc_scan.c =================================================================== RCS file: /cvsroot/benson/benson3/src/monitors/process/proc_scan.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** proc_scan.c 24 Feb 2003 08:25:26 -0000 1.2 --- proc_scan.c 12 Dec 2003 19:14:28 -0000 1.3 *************** *** 1,3 **** --- 1,6 ---- #include <assert.h> + #include <malloc.h> + #include <string.h> + #include <stdlib.h> #include "proc_scan.h" |