diff options
author | Gerrit Pape <pape@smarden.org> | 2024-09-25 22:16:58 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2024-09-25 22:16:58 +0000 |
commit | 0ff21cdee12a474fce0ff893aa999d954f5dc3d4 (patch) | |
tree | ab414621f42cdc8b059a5f99011efaacac305131 | |
parent | 8aaa59ec8d096d892b315c8fe691c4eca306ba01 (diff) | |
download | runit-0ff21cdee12a474fce0ff893aa999d954f5dc3d4.tar.gz runit-0ff21cdee12a474fce0ff893aa999d954f5dc3d4.tar.xz runit-0ff21cdee12a474fce0ff893aa999d954f5dc3d4.zip |
CHANGES
-rw-r--r-- | package/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES index da4ea27..1ab1e4b 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,11 @@ + * 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). + * chkshsgr.c, trycpp.c, trypoll.c, tryshsgr.c, tryulong64.c: fix error: + call to undeclared function '...'; ISO C99 and later do not support + implicit function declarations [-Wimplicit-function-declaration] (thx + Z. Liu and others). + 2.1.2 Sun, 10 Aug 2014 18:01:54 +0000 * doc/index.html: reorder, cleanup links to distributions; add Linux |