[Mesa-dev] [Bug 99701] loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror, -Wimplicit-function-declaration]

2017-02-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99701 Emil Velikov changed: What|Removed |Added Resolution|--- |FIXED

[Mesa-dev] [Bug 99701] loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror, -Wimplicit-function-declaration]

2017-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99701 --- Comment #3 from Vinson Lee --- Applied attachment 129378. The build still fails. $ ./autogen.sh --disable-egl --disable-gbm --disable-dri --with-dri-drivers=swrast --with-gallium-drivers=swrast $ make [...] CC

[Mesa-dev] [Bug 99701] loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror, -Wimplicit-function-declaration]

2017-02-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99701 --- Comment #2 from Emil Velikov --- (In reply to Nicolai Hähnle from comment #1) > Created attachment 129378 [details] [review] > always include unistd.h > For the patch Reviewed-by: Emil Velikov

[Mesa-dev] [Bug 99701] loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror, -Wimplicit-function-declaration]

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99701 --- Comment #1 from Nicolai Hähnle --- Created attachment 129378 --> https://bugs.freedesktop.org/attachment.cgi?id=129378=edit always include unistd.h The attached patch might fix this. Out of curiosity, what kind of

[Mesa-dev] [Bug 99701] loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror, -Wimplicit-function-declaration]

2017-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99701 Bug ID: 99701 Summary: loader.c:353:8: error: implicit declaration of function 'geteuid' is invalid in C99 [-Werror,-Wimplicit-function-declaration] Product: Mesa