summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-10-13 20:39:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-10-13 20:39:05 +0000
commit94a2900998612344bbbb5325d5700a50f6e13e54 (patch)
tree5db7afb575bcb415ae96dd8871b4293545ba2c57
parente4c712e676102732f683e673b75ca5bfe0170338 (diff)
downloadATCD-94a2900998612344bbbb5325d5700a50f6e13e54.tar.gz
ChangeLogTag:Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--configure.in9
4 files changed, 25 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6adcce3ac4b..96039a52a16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in:
+
+ Corrected comments regarding the ACE_HAS_STREAM_PIPES run-time
+ test.
+
Fri Oct 13 11:41:29 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* ace/Makefile.bor (OBJFILES):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 6adcce3ac4b..96039a52a16 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in:
+
+ Corrected comments regarding the ACE_HAS_STREAM_PIPES run-time
+ test.
+
Fri Oct 13 11:41:29 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* ace/Makefile.bor (OBJFILES):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6adcce3ac4b..96039a52a16 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>
+
+ * configure.in:
+
+ Corrected comments regarding the ACE_HAS_STREAM_PIPES run-time
+ test.
+
Fri Oct 13 11:41:29 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* ace/Makefile.bor (OBJFILES):
diff --git a/configure.in b/configure.in
index 071b6f5148a..f7348f7fc0d 100644
--- a/configure.in
+++ b/configure.in
@@ -3547,11 +3547,10 @@ main ()
/*
* Verify that we can actually set a STREAM option that ACE uses.
- * This is particularly necessary for platforms that have ioctl
- * conflicts. For example, the Linux kernel's CDROM ioctls have
- * the same values as glibc 2.1.94's STREAM ioctls. Attempting to
- * set a STREAM ioctl actually causes one of the CDROM ioctls to be
- * set (unsuccessfully)!
+ * This is particularly necessary for platforms where compiling and
+ * linking succeed but fail at run-time due to a missing actual
+ * STREAMS implementation. For example, Linux/glibc requires a
+ * STREAMS patch/add-on.
*/
int arg = RMSGN;