summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-31 23:30:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-31 23:30:26 +0000
commit4f74cbfae055973889f1454461738e539980e586 (patch)
tree7b9779ec6051693a79a1ffb754617a1d33e3ed08 /ChangeLog-98a
parent551a94446aa93c7c20d4f9da9bb94f78405103be (diff)
downloadATCD-4f74cbfae055973889f1454461738e539980e586.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 8d598a29741..c5daa4d7ee1 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -2790,12 +2790,12 @@ Sat Feb 14 18:28:19 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
Sat Feb 14 03:29:50 1998 Sergio Flores <sergio@tango.cs.wustl.edu>
- * ace/ACE.cpp (set_handle_limit): Fixed a couple of bugs setting
- the maximum number of file descriptors. If we use setrlimit, we
- should first get the hard limit before calling it, or we get an
- EINVAL for trying to set a hard limit of 0 and a soft limit
- greater than that. Also, for -1 the call was not setting the
- limit to the maximum allowable.
+ * ace/ACE.cpp (set_handle_limit): Fixed a couple of bugs
+ setting the maximum number of file descriptors. If we use
+ setrlimit, we should first get the hard limit before calling
+ it, or we get an EINVAL for trying to set a hard limit of 0
+ and a soft limit greater than that. Also, for -1 the call
+ was not setting the limit to the maximum allowable.
* ace/OS.h (ACE_MAX_DGRAM_SIZE): Moved the #define
ACE_MAX_DGRAM_SIZE from the PSOS specific part of OS.h.