From bb30adfc42b9993a4523fbed9e674fdab5971220 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Wed, 25 Sep 2024 22:20:23 +0000 Subject: CHANGES --- package/CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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). -- cgit 1.4.1