summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-23 15:15:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-23 15:15:42 +0000
commit9c07cbb95a2ae9e63f979ee8576e4db65ee80ffb (patch)
tree5727d5669791680495b9a4d1f42a4e0c64f9ba8c
parent72f7b9fd587d4742a1835d6d783d5914ec1556ab (diff)
downloadATCD-9c07cbb95a2ae9e63f979ee8576e4db65ee80ffb.tar.gz
Thu Oct 23 15:15:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog6
-rwxr-xr-xACE/bin/fuzz.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index ff7083a7fab..242ef7302a5 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 23 15:15:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Changed ACE_OS test to level 6 to temporarily get rid of this
+ check
+
Thu Oct 23 12:52:21 UTC 2008 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* ace/Process.cpp: Enhanced the support for enabling/disabling
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 2f3da38cdda..d50b781655d 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -1949,7 +1949,7 @@ check_for_newline () if ($opt_l >= 1);
check_for_ACE_Thread_Mutex () if ($opt_l >= 1);
check_for_ACE_SYNCH_MUTEX () if ($opt_l >= 1);
check_for_tab () if ($opt_l >= 1);
-check_for_lack_ACE_OS () if ($opt_l >= 5);
+check_for_lack_ACE_OS () if ($opt_l >= 6);
check_for_exception_spec () if ($opt_l >= 1);
check_for_NULL () if ($opt_l >= 1);
check_for_inline () if ($opt_l >= 2);