Code

scanf parsing fix for check_swap from tracker id 1123292. now use floor(3)
authorM. Sean Finney <seanius@users.sourceforge.net>
Tue, 28 Jun 2005 00:26:53 +0000 (00:26 +0000)
committerM. Sean Finney <seanius@users.sourceforge.net>
Tue, 28 Jun 2005 00:26:53 +0000 (00:26 +0000)
commitd4c0948266f261525e12c58d58e0fc68987a9818
treee7d8e6afe6c425a1e51446ace47b0fc4e99dcfd0
parentf573447d1f6dbf25b58bbfea81226a2ae3736555
scanf parsing fix for check_swap from tracker id 1123292.  now use floor(3)
to round down floating point numbers.  requires -lm on many systems,
so support for testing for this was added to the configure.in and
automake template

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1194 f882894a-f735-0410-b71e-b25c423dba1c
configure.in
plugins/Makefile.am
plugins/check_swap.c