summary refs log tree commit diff
path: root/package
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2024-09-25 23:37:34 +0000
committerGerrit Pape <pape@smarden.org>2024-09-25 23:37:34 +0000
commit47aa117b0ee6ffcf9aa398bd343e7e3491791238 (patch)
treeb38bc42f393ed026085c24ae4858952c71e95684 /package
parent977abd9a06683c29d6888aecbf941386587c7c0e (diff)
downloadrunit-47aa117b0ee6ffcf9aa398bd343e7e3491791238.tar.gz
runit-47aa117b0ee6ffcf9aa398bd343e7e3491791238.tar.xz
runit-47aa117b0ee6ffcf9aa398bd343e7e3491791238.zip
CHANGES
Diffstat (limited to 'package')
-rw-r--r--package/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES
index 39673b5..a2bb9cb 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,3 +1,7 @@
+  * chpst.c, pathexec.h, pathexec_env.c, pathexec_run.c, runsvdir.c,
+    sgetopt.c, sgetopt.h, subgetopt.c, subgetopt.h, sv.c, svlogd.c,
+    utmpset.c: fix compilation warning(s): -Wincompatible-pointer-types-
+    discards-qualifiers (thx Z. Liu, Debian, and others).
   * x86cpuid.c: fix error: call to undeclared library function '...'; ISO
     C99 and later do not support implicit function declarations
     [-Wimplicit-function-declaration] (thx Z. Liu, Debian, and others).