|
Bugzilla – Full Text Bug Listing |
| Summary: | [PATCH] O_DIRECTORY is not available on Solaris | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Andrew Stormont <andyjstormont> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.23 | ||
| Hardware: | PC | ||
| OS: | Solaris 2.x | ||
| Attachments: | Fix build on 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. |
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.