summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-22 00:38:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-22 00:38:40 +0000
commit530899215885b5a86a69583c7430bb33f24abb91 (patch)
tree0d01213a6ab55cbdf4e5dad118c5ee0d14868d32
parent7f833dc5c1096b9ac43ac5ff13d3a98777ba7ec1 (diff)
downloadATCD-530899215885b5a86a69583c7430bb33f24abb91.tar.gz
ChangeLogTag:Sat Apr 21 17:37:40 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--PACE/ChangeLog30
-rw-r--r--PACE/pace/win32/socket.c4
-rw-r--r--PACE/pace/win32/socket.inl4
3 files changed, 26 insertions, 12 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 8320f60a4e5..3a553950f58 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,9 +1,15 @@
+Sat Apr 21 17:37:40 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * pace/win32/socket.inl:
+ * pace/win32/socket.c:
+ Make Fuzz happy, some RCS ids went missing.
+
Mon Apr 16 16:17:35 2001 Carlos O'Ryan <coryan@uci.edu>
- * pace/posix/socket.h:
- * pace/config/platform.h:
- * include/makeinclude/rules.common.GNU:
- Add support for QNX, it behaves like other POSIX platforms.
+ * pace/posix/socket.h:
+ * pace/config/platform.h:
+ * include/makeinclude/rules.common.GNU:
+ Add support for QNX, it behaves like other POSIX platforms.
Wed Mar 21 09:26:38 2001 Joe Hoffert <joeh@cs.wustl.edu>
@@ -14,15 +20,15 @@ Wed Mar 21 09:26:38 2001 Joe Hoffert <joeh@cs.wustl.edu>
Mon Mar 19 16:56:47 2001 Luther Baker <luther@cs.wustl.edu>
* pace/win32/unistd.c:
- * pace/win32/unistd.inl:
- * pace/win32/stdio.c:
- * pace/win32/time.inl:
+ * pace/win32/unistd.inl:
+ * pace/win32/stdio.c:
+ * pace/win32/time.inl:
Removed ::MsvcFoo punctuation. Since PACE is a c-library,
- it doesn't recognize this C++ism. (::)
-
- * pace/win32/unistd.h:
- Added signature for pace_win32_read (needs to be visible
- before unistd.inl).
+ it doesn't recognize this C++ism. (::)
+
+ * pace/win32/unistd.h:
+ Added signature for pace_win32_read (needs to be visible
+ before unistd.inl).
Tue Mar 13 12:58:09 2001 Joe Hoffert <joeh@cs.wustl.edu>
diff --git a/PACE/pace/win32/socket.c b/PACE/pace/win32/socket.c
index 9b9450e3886..682a843fe1b 100644
--- a/PACE/pace/win32/socket.c
+++ b/PACE/pace/win32/socket.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#include "pace/sys/socket.h"
/*
diff --git a/PACE/pace/win32/socket.inl b/PACE/pace/win32/socket.inl
index 72935ceee77..62d778da847 100644
--- a/PACE/pace/win32/socket.inl
+++ b/PACE/pace/win32/socket.inl
@@ -1,3 +1,7 @@
/*
+ * $Id$
+ */
+
+/*
* Empty for win32.
*/