search for: cd8425495f

Displaying 1 result from an estimated 1 matches for "cd8425495f".

2017 Oct 30
2
[PATCH] openbsd-compat/bsd-getpagesize.c: include includes.h for config.h defines
...ts HAVE_GETPAGESIZE in config.h, but bsd-getpagesize.c forgot to include includes.h (which indirectly includes config.h) so the checks always fails, causing linker issues when linking statically on systems with getpagesize(): http://autobuild.buildroot.net/results/8cc/8cc30818a400c7a392a3de787cabc9cd8425495f/build-end.log Fix it by including includes.h Signed-off-by: Peter Korsgaard <peter at korsgaard.com> --- openbsd-compat/bsd-getpagesize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsd-compat/bsd-getpagesize.c b/openbsd-compat/bsd-getpagesize.c index 9daddfbd..416a8d4c 10064...