| Summary: | LLONG_MAX v LONGLONG_MAX | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | David Leonard <David.Leonard> | ||||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker | ||||||
| Priority: | P2 | ||||||||
| Version: | 4.6p1 | ||||||||
| Hardware: | PPC | ||||||||
| OS: | AIX | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1353 | ||||||||
| Attachments: |
|
||||||||
|
Description
David Leonard
2007-07-30 14:38:31 AEST
Created attachment 1333 [details]
define LLONG_MAX if LONGLONG_MAX is defined
Created attachment 1360 [details]
define LLONG_MAX on AIX and HP-UX
This bug also affects HP-UX. I've attached an updated patch that uses LONG_LONG_MAX from HP-UX's <limits.h> as well.
This allows "make compat-tests" to pass on AIX and HP-UX.
Patch applied, will be in 4.8. Thanks! Fix shipped in 4.9/4.9p1 release. |