diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-01 05:21:36 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-01 05:21:36 +0000 |
commit | 1eead8be9a9dc1e018c805170bc3d8791f02f4fc (patch) | |
tree | 8abeef7aff920ebad388612405ea57b27263632c /apps | |
parent | 12415567ba096403a5cca658c55d244371369210 (diff) | |
download | ATCD-1eead8be9a9dc1e018c805170bc3d8791f02f4fc.tar.gz |
ChangeLogTag:Wed Mar 31 23:20:52 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS3/bench/mkfiles.cpp | 2 | ||||
-rw-r--r-- | apps/JAWS3/bench/rqfiles.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/JAWS3/bench/mkfiles.cpp b/apps/JAWS3/bench/mkfiles.cpp index 9bceb281e92..42bc2c969fa 100644 --- a/apps/JAWS3/bench/mkfiles.cpp +++ b/apps/JAWS3/bench/mkfiles.cpp @@ -2,7 +2,7 @@ #include "ace/OS.h" #include "ace/Get_Opt.h" - +//FUZZ: disable check_for_math_include/ #include <math.h> static float gammln (float xx); diff --git a/apps/JAWS3/bench/rqfiles.cpp b/apps/JAWS3/bench/rqfiles.cpp index d4a77a41ae1..e8eae9adc31 100644 --- a/apps/JAWS3/bench/rqfiles.cpp +++ b/apps/JAWS3/bench/rqfiles.cpp @@ -8,6 +8,7 @@ #include "ace/Connector.h" #include "ace/SOCK_Connector.h" +//FUZZ: disable check_for_math_include/ #include <math.h> static char **requests; |