diff options
Diffstat (limited to '')
-rwxr-xr-x | plugin_imon.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugin_imon.c b/plugin_imon.c index a7ed6d9..b8f40d7 100755 --- a/plugin_imon.c +++ b/plugin_imon.c @@ -1,4 +1,4 @@ -/* $Id: plugin_imon.c,v 1.12 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_imon.c,v 1.13 2004/06/26 12:05:00 reinelt Exp $ * * imond/telmond data processing * @@ -22,10 +22,14 @@ * * * $Log: plugin_imon.c,v $ + * Revision 1.13 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.12 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.11 2004/06/24 20:18:08 nicowallmeier |