[asterisk-commits] russell: branch russell/jack r98603 - /team/russell/jack/apps/app_jack.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jan 12 22:34:41 CST 2008


Author: russell
Date: Sat Jan 12 22:34:41 2008
New Revision: 98603

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98603
Log:
These headers aren't needed anymore because FLT_MAX isn't being used anymore

Modified:
    team/russell/jack/apps/app_jack.c

Modified: team/russell/jack/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/team/russell/jack/apps/app_jack.c?view=diff&rev=98603&r1=98602&r2=98603
==============================================================================
--- team/russell/jack/apps/app_jack.c (original)
+++ team/russell/jack/apps/app_jack.c Sat Jan 12 22:34:41 2008
@@ -39,14 +39,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
-/* These are for SHRT_MAX and FLT_MAX -- { */
-#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__)
-#include <float.h>
-#else
-#include <values.h>
-#endif
 #include <limits.h>
-/* } */
 
 #include <jack/jack.h>
 #include <jack/ringbuffer.h>




More information about the asterisk-commits mailing list