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:
Ingo Weinhold 2008-03-29 12:37:05 +00:00
parent a3e1fc11e0
commit 79e1d3770c
3 changed files with 2 additions and 2 deletions

View File

@ -575,4 +575,6 @@ int ns_samename(const char *, const char *);
}
#endif
#include <arpa/nameser_compat.h>
#endif /* _ARPA_NAMESER_H_ */

View File

@ -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