summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-14 19:50:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-14 19:50:49 +0000
commitd19be65c537b867bfa5ea26efb5cf3e912f0ad7b (patch)
treea16023604c6d65c839efb385ceea43cd8388642a /apps
parentacce4cf469911d78a40d8ea9826837eb8b1f1433 (diff)
downloadATCD-d19be65c537b867bfa5ea26efb5cf3e912f0ad7b.tar.gz
ChangeLogTag:Fri Jul 14 12:00:26 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/drwho/CM_Server.cpp2
-rw-r--r--apps/drwho/ChangeLog6
2 files changed, 7 insertions, 1 deletions
diff --git a/apps/drwho/CM_Server.cpp b/apps/drwho/CM_Server.cpp
index d53d91949f2..647e74fede8 100644
--- a/apps/drwho/CM_Server.cpp
+++ b/apps/drwho/CM_Server.cpp
@@ -52,7 +52,7 @@ CM_Server::receive (int)
UDP_PACKET_SIZE,
0,
(sockaddr *) &this->sin_,
- &sin_len);
+ (int *) &sin_len);
if (n == -1)
return -1;
diff --git a/apps/drwho/ChangeLog b/apps/drwho/ChangeLog
index eca92bc2898..01a5911cb70 100644
--- a/apps/drwho/ChangeLog
+++ b/apps/drwho/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 14 14:44:43 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * CM_Server.cpp (receive): Added a cast to (int *) so that
+ certain C++ compilers are happy. Thanks to John Mills
+ <jmills@tga.com> for reporting this.
+
Tue May 23 20:52:29 2000 David L. Levine <levine@cs.wustl.edu>
* CM_Server.cpp (receive): one last time. Use