summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-04 18:10:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-04 18:10:15 +0000
commit0a4c79bb2d25217af1c4c485efa61995d1b1d894 (patch)
treee5bf599f81b354b0fa2abcbc60e52fb9bc92fea5
parentea0cf7093fd6c7d6a05de281299715da7110a360 (diff)
downloadATCD-0a4c79bb2d25217af1c4c485efa61995d1b1d894.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a6
-rw-r--r--ace/config-sunos5.6.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 8d010a46924..6fd87a51d73 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,9 @@
+Mon May 4 13:08:18 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * ace/config-sunos5.6.h: Removed a mysterious "30" at the end of
+ an #undef. Thanks to J. Russell Noseworthy
+ <rnosewor@objectsciences.com> for reporting this problem.
+
Mon May 04 08:49:09 1998 David L. Levine <levine@cs.wustl.edu>
* ace/OS.cpp (ACE_Thread_Adapter::invoke): with ACE_NEEDS_LWP_PRIO_SET,
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index 1432ea7232d..2c251035b6a 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -19,6 +19,6 @@
#endif /* ! __GNUG__ && ! __KCC */
// SunOS 5.6 does support sched_get_priority_{min,max}
-#undef ACE_THR_PRI_FIFO_DEF 30
+#undef ACE_THR_PRI_FIFO_DEF
#endif /* ACE_CONFIG_H */