Bugzilla – Bug 1035
Inclusion of stdint.h instead of inttypes.h breaks build on Solaris 9
Last modified: 2022-10-23 09:13:38 MDT
Created attachment 567 [details] Use inttypes.h instead of stdint.h Hi, the current sudo 1.9.11p3 uses stdint.h which does exist on Solaris 9. Replacing the include with inttypes.h resolves the issue as can be seen from the attached patch. The CI for Solaris did not catch the error, but the build dates also don't seem up to date. Is there a different repo I should attach to? https://buildfarm.opencsw.org/buildbot/waterfall?category=sudo Best regards -- Dago
Thanks, I've fixed this in https://www.sudo.ws/repos/sudo/rev/da6185c4c418 https://www.sudo.ws/repos/sudo is the correct repo but you can also use github if that is easier, https://github.com/sudo-project/sudo/
Fixed in sudo 1.9.12, available now.