[Autosec-devel] sonar/src log.c,1.7,1.8
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-04-09 15:39:53
|
Update of /cvsroot/autosec/sonar/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13147/src Modified Files: log.c Log Message: Removed an include line that was commented Index: log.c =================================================================== RCS file: /cvsroot/autosec/sonar/src/log.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** log.c 28 Feb 2004 12:43:40 -0000 1.7 --- log.c 9 Apr 2004 15:26:33 -0000 1.8 *************** *** 18,22 **** #include <syslog.h> #include "sonar.h" - /*#include "plugin.h"*/ #include "log.h" --- 18,21 ---- |