b4f2cd9a2c
Fix the following musl build failure raised since bump to version 1.6.0 in commit 7794fa4c4e1d19a245bb0367cde94560432a2bc5: pam_namespace.c: In function 'process_line': pam_namespace.c:649:41: error: 'SIZE_MAX' undeclared (first use in this function) 649 | if (count > UINT_MAX || count > SIZE_MAX / sizeof(uid_t)) { | ^~~~~~~~ pam_namespace.c:41:1: note: 'SIZE_MAX' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'? 40 | #include "argv_parse.h" +++ |+#include <stdint.h> 41 | Fixes: - http://autobuild.buildroot.org/results/f07360f33010a2cf19aace266faae14a834bd9a4 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
0001-pam_namespace-include-stdint-h.patch | ||
Config.in | ||
linux-pam.hash | ||
linux-pam.mk | ||
login.pam | ||
other.pam |