summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 19:43:20 +0000
committerjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 19:43:20 +0000
commitcd9aabdcf39a6fa3bc06da80917c1814c32b2252 (patch)
tree5c8f0f9f8a22d453ddfdc5894d95793e9447be41
parent32f17d5931a655f0f51f39542253e34b096c5b6f (diff)
downloadATCD-cd9aabdcf39a6fa3bc06da80917c1814c32b2252.tar.gz
Thu Jul 13 14:41:58 2000 John Heitmann <jwh1@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--ace/OS.i2
4 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42049bc32eb..cb053043840 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jul 13 14:41:58 2000 John Heitmann <jwh1@cs.wustl.edu>
+
+ * ace/OS.i:
+
+ Minor updates to PACE functions which used to use
+ double parenthesis.
+
Thu Jul 13 12:58:26 2000 Ossama Othman <ossama@uci.edu>
* ace/SSL/ACE_SSL.dsp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 42049bc32eb..cb053043840 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Thu Jul 13 14:41:58 2000 John Heitmann <jwh1@cs.wustl.edu>
+
+ * ace/OS.i:
+
+ Minor updates to PACE functions which used to use
+ double parenthesis.
+
Thu Jul 13 12:58:26 2000 Ossama Othman <ossama@uci.edu>
* ace/SSL/ACE_SSL.dsp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 42049bc32eb..cb053043840 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Thu Jul 13 14:41:58 2000 John Heitmann <jwh1@cs.wustl.edu>
+
+ * ace/OS.i:
+
+ Minor updates to PACE functions which used to use
+ double parenthesis.
+
Thu Jul 13 12:58:26 2000 Ossama Othman <ossama@uci.edu>
* ace/SSL/ACE_SSL.dsp:
diff --git a/ace/OS.i b/ace/OS.i
index 1a7d6bc87a1..49ed544d202 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -542,7 +542,7 @@ ACE_OS::fcntl (ACE_HANDLE handle, int cmd, long arg)
{
ACE_TRACE ("ACE_OS::fcntl");
#if defined (ACE_HAS_PACE)
- return pace_fcntl ((handle, cmd, arg));
+ return pace_fcntl (handle, cmd, arg);
# elif defined (ACE_LACKS_FCNTL)
ACE_UNUSED_ARG (handle);
ACE_UNUSED_ARG (cmd);