| Summary: | Including arpa/nameser.h in inet_ntop.c can cause compile problems | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Craig Leres <mindrot10> | ||||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED WORKSFORME | ||||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.8p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | SunOS | ||||||||
| Attachments: |
|
||||||||
|
Description
Craig Leres
2004-04-21 12:49:44 AEST
Created attachment 607 [details]
compilation errors
Created attachment 608 [details]
proposed patch
There's still a chance that some platform, somewhere needs it. Does the system <arpa/nameser.h> define either _ARPA_NAMESER_H_ or __NAMESER? Craig, Use cc -H to see where the extra arpa/nameser.h is coming from. I think you find it's not from OpenSSH. Even if it was, why are your system headers not protecting themselvs from multiple includes? 8 months, no reply == closed bug Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |