Bugzilla – Bug 844
[PATCH] O_DIRECTORY is not available on Solaris
Last modified: 2018-08-18 13:27:58 MDT
Created attachment 513 [details] Fix build on Solaris The code assumes that if O_PATH is defined O_DIRECTORY will also be defined. This is not true for Solaris.
What version of Solaris is this? I build sudo on Solaris 9, 10 and 11 without problems.
This is on illumos, a fork of OpenSolaris.
Fixed by https://www.sudo.ws/repos/sudo/rev/fb75d75c7249 which will be included in sudo 1.8.24.
Fixed in sudo 1.8.24, available now.