summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-97b1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 9b15b9be541..72916efe7e9 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -21,6 +21,7 @@ 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:
* examples/Threads/process_mutex.cpp:
+ * examples/Threads/process_semaphore.cpp:
Added 'const' to "char *" - can't initialize a char * with
a const string. Fixes Riverace problem ID P38, P40.