|
Bugzilla – Full Text Bug Listing |
| Summary: | Tru64 compatibility fixes | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Daniel Richard G. <skunk> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.7 | ||
| Hardware: | Alpha | ||
| OS: | Tru64 UNIX | ||
| Attachments: |
Patch #1 against sudo hg tip
Patch #2 against sudo hg tip |
||
|
Description
Daniel Richard G.
2013-11-16 23:38:37 MST
Created attachment 384 [details]
Patch #2 against sudo hg tip
The const in debug_return_str was not needless, it is required for fucntions that return const char *. I've just added debug_return_const_str and debug_return_const_pty for those functions with a const return value which should solve the problem. I've committed the other patches so hg tip should have the relevant changes now. Hm, I think my compile options masked off the places that had const return values, as I didn't see warnings for those. But yes, having a separate macro for them is the way to go. Thanks for getting these in! |