summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-21 20:43:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-21 20:43:03 +0000
commit1c626a84ae5fc714661eedd8604529ab15604c36 (patch)
treef2ee4983abb821d9558b1bc1f5fa2d4ea7e5549f
parent47495e812f0bb49e050a04262b989ac150cc8db1 (diff)
downloadATCD-1c626a84ae5fc714661eedd8604529ab15604c36.tar.gz
*** empty log message ***
-rw-r--r--README1
-rw-r--r--TAO/ChangeLog-98c5
-rw-r--r--ace/config-irix6.x-sgic++-nothreads.h3
3 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index f1595675a88..f58d8c38d51 100644
--- a/README
+++ b/README
@@ -452,6 +452,7 @@ Huiying Shen <shen@environ.org>
Alex Chan <Alex.Chan@Aspect.com>
Aaron Valdivia <avaldivia@hns.com>
Edan Ayal <edana@vdo.net>
+Jeffrey Peterson <jpeterson@fallschurch.esys.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 3634ccb8c90..554803f71db 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,7 +1,8 @@
Tue Oct 21 13:23:48 1997 Brian Mendel <brian.r.mendel@boeing.com>
- * tao/connect.i: Moved hash_i and compare_i template specialization to Orb_Core.i. Original code was
- left comment out until this mod is checked on all platforms.
+ * tao/connect.i: Moved hash_i and compare_i template
+ specialization to Orb_Core.i. Original code was left comment
+ out until this mod is checked on all platforms.
* tao/Orb_Core.i: Added hash_i and compare_i code from connect.i.
diff --git a/ace/config-irix6.x-sgic++-nothreads.h b/ace/config-irix6.x-sgic++-nothreads.h
index f60facd1748..5c9e4422e8f 100644
--- a/ace/config-irix6.x-sgic++-nothreads.h
+++ b/ace/config-irix6.x-sgic++-nothreads.h
@@ -45,6 +45,9 @@
// Optimize ACE_Handle_Set for select().
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
+// Platform has terminal ioctl flags like TCGETS and TCSETS.
+#define ACE_HAS_TERM_IOCTLS
+
// Platform does not support reentrant password file accessor functiions.
#define ACE_LACKS_PWD_REENTRANT_FUNCTIONS