summary refs log tree commit diff
path: root/package/CHANGES
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2014-07-31 12:25:49 +0000
committerGerrit Pape <pape@smarden.org>2024-09-25 23:38:34 +0000
commit790997147bf6b6c34023f8328a87cbeb7a97324d (patch)
treee57950cbe9a9d8b2855c0ad28e8b7d1cc730433a /package/CHANGES
parent47aa117b0ee6ffcf9aa398bd343e7e3491791238 (diff)
downloadrunit-790997147bf6b6c34023f8328a87cbeb7a97324d.tar.gz
runit-790997147bf6b6c34023f8328a87cbeb7a97324d.tar.xz
runit-790997147bf6b6c34023f8328a87cbeb7a97324d.zip
utmpset.c: mixes "int32_t *" and "time_t *"
Don't pass int32_t to time(), thx Lorenzo Beretta,
https://bugs.debian.org/754849
Diffstat (limited to 'package/CHANGES')
-rw-r--r--package/CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES
index a2bb9cb..41773ad 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,3 +1,4 @@
+  * utmpset.c: don't pass int32_t to time() (thx Lorenzo Beretta).
   * 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-