| Summary: | Building openssh from CVS fails on AIX 4.2.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Darren Tucker <dtucker> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | PPC | ||||||
| OS: | AIX | ||||||
| Attachments: |
|
||||||
|
Description
Darren Tucker
2002-04-03 12:18:13 AEST
Created attachment 62 [details]
Does this patch help?
FYI.. I'd like to avoid adding more to the current include.h, defines.h, etc. We were in the middle of a proposed rewrite to simplify the header hell that is plaguing us. If no other platforms require this, then I think we should fix it for AIX only and then come back to it after the header header rewrites. - Ben This breaks on HP-UX 10.26 also. If I defined MAP_FAILED as in the attachment for this bug I can complie HP-UX (took some info to get it to compile from bug <http://bugzilla.mindrot.org/show_bug.cgi?id=184>) If we move it into (at the bottom) of includes.h will that solve it for both platforms? If so I'll just handle it that way and we will have to ensure to remember it when we finish up the header cleanup. - Ben Attached patch (#61) fixes the compile error on AIX 4.2.1. Putting the same #define at the bottom of includes.h instead also works. Commited to CVS tree. Mass change of RESOLVED bugs to CLOSED |