mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
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:
parent
a3e1fc11e0
commit
79e1d3770c
@ -575,4 +575,6 @@ int ns_samename(const char *, const char *);
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <arpa/nameser_compat.h>
|
||||
|
||||
#endif /* _ARPA_NAMESER_H_ */
|
||||
|
@ -6,8 +6,6 @@
|
||||
#include <sys/sockio.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <nameser_compat.h>
|
||||
|
||||
// CHANGED: Haiku does not have these error codes
|
||||
#define ETOOMANYREFS B_ERROR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user