summary refs log tree commit diff
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2024-09-25 22:20:23 +0000
committerGerrit Pape <pape@smarden.org>2024-09-25 22:20:23 +0000
commitbb30adfc42b9993a4523fbed9e674fdab5971220 (patch)
treee1e3452b53a0171950197f52153e9491e2804406
parent26de8c20c7ad0a30c2263b65424f72b45ad852e7 (diff)
downloadrunit-bb30adfc42b9993a4523fbed9e674fdab5971220.tar.gz
runit-bb30adfc42b9993a4523fbed9e674fdab5971220.tar.xz
runit-bb30adfc42b9993a4523fbed9e674fdab5971220.zip
CHANGES
-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).