Improved compatibility with other Unix systems.

This commit is contained in:
Philip Homburg
2005-06-10 15:12:03 +00:00
parent d9b609c70f
commit dc23e18cef
27 changed files with 659 additions and 17 deletions
-4
View File
@@ -29,10 +29,6 @@ static char sccsid[] = "@(#)res_comp.c 6.18 (Berkeley) 6/27/90";
#include <net/gen/nameser.h>
#include <net/gen/resolv.h>
typedef u8_t u_char;
typedef u16_t u_short;
typedef u32_t u_long;
static int dn_find _ARGS(( const u_char *exp_dn, const u_char *msg,
u_char **dnptrs, u_char **lastdnptr ));
int dn_skipname _ARGS(( const u_char *comp_dn, const u_char *eom ));