From 84b191349ca68ae8560ae86dffe65a0b6d4dfb66 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 16 Sep 2009 15:10:48 -0700 Subject: [PATCH] remove more --- lib/roken/roken.h.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 6ad4f673f..057352969 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -688,13 +688,6 @@ roken_gethostbyname(const char*); struct hostent* ROKEN_LIB_FUNCTION roken_gethostbyaddr(const void*, size_t, int); -#ifdef GETHOSTBYADDR_PROTO_COMPATIBLE -#define roken_gethostbyaddr(a, l, t) gethostbyaddr(a, l, t) -#else -#define roken_gethostbyaddr(a, l, t) gethostbyaddr((char *)a, l, t) -#endif -#endif - #ifdef GETSERVBYNAME_PROTO_COMPATIBLE #define roken_getservbyname(x,y) getservbyname(x,y) #else