summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-13 04:13:24 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-13 04:13:24 +0000
commit4cd07063223b9d41a6eb52af7cfe7c2ff340b87d (patch)
tree83d8e137234601d1d60c7187f6c60f4a2c24a02e
parent53a286b023060fa26b11cf75289c6c1a1c4edbf1 (diff)
downloadATCD-4cd07063223b9d41a6eb52af7cfe7c2ff340b87d.tar.gz
Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/OS.i2
4 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07186da2998..fec3d02890c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * ace/OS.i:
+ Added a !defined (__Lynx__) check for ACE_HAS_PACE in the
+ ACE_OS::mmap function. ACE does some special things for Lynx
+ for mmap since Lynx's mmap is deficient. Probably should
+ move this fix from ACE to PACE at some point.
+
Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>
* ace/ace_dll.dsp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 07186da2998..fec3d02890c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * ace/OS.i:
+ Added a !defined (__Lynx__) check for ACE_HAS_PACE in the
+ ACE_OS::mmap function. ACE does some special things for Lynx
+ for mmap since Lynx's mmap is deficient. Probably should
+ move this fix from ACE to PACE at some point.
+
Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>
* ace/ace_dll.dsp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 07186da2998..fec3d02890c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * ace/OS.i:
+ Added a !defined (__Lynx__) check for ACE_HAS_PACE in the
+ ACE_OS::mmap function. ACE does some special things for Lynx
+ for mmap since Lynx's mmap is deficient. Probably should
+ move this fix from ACE to PACE at some point.
+
Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>
* ace/ace_dll.dsp:
diff --git a/ace/OS.i b/ace/OS.i
index eb60711e13b..e9a742d5a19 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -3061,7 +3061,7 @@ ACE_OS::mmap (void *addr,
LPSECURITY_ATTRIBUTES sa)
{
ACE_OS_TRACE ("ACE_OS::mmap");
-#if defined (ACE_HAS_PACE)
+#if defined (ACE_HAS_PACE) && !defined (__Lynx__)
ACE_UNUSED_ARG (file_mapping);
ACE_UNUSED_ARG (sa);
ACE_OSCALL_RETURN ((void *) ::pace_mmap (addr,