Not that I know what I'm doing...
Moved nameser_compat.h to our public headers (arpa/inet) and include in <arpa/nameser.h>. That's solved similarly in BONE. At any rate OpenSSH is now happy that HEADER exists. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24644 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -575,4 +575,6 @@ int ns_samename(const char *, const char *);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <arpa/nameser_compat.h>
|
||||||
|
|
||||||
#endif /* _ARPA_NAMESER_H_ */
|
#endif /* _ARPA_NAMESER_H_ */
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
#include <sys/sockio.h>
|
#include <sys/sockio.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
#include <nameser_compat.h>
|
|
||||||
|
|
||||||
// CHANGED: Haiku does not have these error codes
|
// CHANGED: Haiku does not have these error codes
|
||||||
#define ETOOMANYREFS B_ERROR
|
#define ETOOMANYREFS B_ERROR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user