summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-03-22 00:23:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-03-22 00:23:35 +0000
commit1d9808c8389f49f5bebb09dcc157f63a7c4856ff (patch)
tree98f4889b64474f614da29d111b5dd90962589ae2
parentcc6ff98a45921929e220bd49f378c7669a1d11b4 (diff)
downloadATCD-1d9808c8389f49f5bebb09dcc157f63a7c4856ff.tar.gz
Corrections to ACE_NTOHL explanation.
-rw-r--r--ChangeLog-99b4
-rw-r--r--netsvcs/lib/Server_Logging_Handler_T.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index d5ab401181b..f6bd98358bb 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -11,10 +11,6 @@ Sun Mar 21 17:42:08 1999 Ossama Othman <othman@cs.wustl.edu>
* netsvcs/lib/Server_Logging_Handler_T.cpp (handle_logging_record):
Use ACE_NTOHL macro instead of system ntohl() to get around bug
in egcs-2.91.6x.
-
- Using the ACE_NTOHL macro is functionally equivalent to the
- standard ntohl() system call but it may be more inefficient on
- some platforms.
Sun Mar 21 16:07:24 1999 Ossama Othman <othman@cs.wustl.edu>
diff --git a/netsvcs/lib/Server_Logging_Handler_T.cpp b/netsvcs/lib/Server_Logging_Handler_T.cpp
index 6982b62fdb6..ab22c4c7094 100644
--- a/netsvcs/lib/Server_Logging_Handler_T.cpp
+++ b/netsvcs/lib/Server_Logging_Handler_T.cpp
@@ -91,10 +91,6 @@ ACE_Server_Logging_Handler_T<ACE_PEER_STREAM_2, COUNTER, ACE_SYNCH_USE, LMR>::ha
ACE_Log_Record lp;
// Use ACE_NTOHL to get around bug in egcs 2.91.6x.
- //
- // Using the ACE_NTOHL macro is functionally equivalent to
- // the standard ntohl() system call but it may be more
- // inefficient on some platforms.
length = ACE_NTOHL (length);
#if !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES)