summaryrefslogtreecommitdiff
path: root/ChangeLog-97b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r--ChangeLog-97b5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index ba14ff76fb7..4d6f16553ab 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -20,8 +20,9 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com>
* examples/Connection/misc/test_upipe.cpp:
* examples/Connection/non_blocking/CPP-connector.cpp:
- Added 'const' to "char * r_addr" - can't initialize a char * with
- a const string. Fixes Riverace problem ID P38.
+ * examples/Threads/process_mutex.cpp:
+ Added 'const' to "char *" - can't initialize a char * with
+ a const string. Fixes Riverace problem ID P38, P40.
Sat Nov 22 05:44:10 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu>