1364837d91
Clang 16 makes implicit int and function declarations an error by default in any mode except for C89. The configure script has two of these that cause it to misdetect features when using Clang 16. * Implicit `int main` in the errno check. This is fixed by adding the missing `int`. * Implicit definitions of `opendir` and `closedir`. These are fixed by including the required headers. |
||
---|---|---|
.. | ||
CVE-2014-8139.diff | ||
CVE-2014-8140.diff | ||
CVE-2014-8141.diff | ||
CVE-2014-9636.diff | ||
CVE-2014-9913.patch | ||
CVE-2015-7696.diff | ||
CVE-2015-7697.diff | ||
CVE-2016-9844.patch | ||
CVE-2018-18384.patch | ||
default.nix | ||
dont-hardcode-cc.patch | ||
implicit-declarations-fix.patch | ||
setup-hook.sh |