summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--package/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES
index 1ab1e4b..726153f 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,3 +1,6 @@
+  * chpst.c, pathexec_run.c, prot.c, seek_set.c: fix error: call to
+    undeclared function '...'; ISO C99 and later do not support implicit
+    function declarations [-Wimplicit-function-declaration] (thx Z. Liu).
   * tryflock.c, trysgact.c, trysgprm.c, trywaitp.c: fix error: type
     specifier missing, defaults to 'int'; ISO C99 and later do not support
     implicit int [-Wimplicit-int] (thx Z. Liu and others).