[git commit master 1/1] resolv.h: disable unneeded prototypes

Carmelo AMOROSO carmelo.amoroso at st.com
Wed Mar 9 08:34:18 UTC 2011


On 3/8/2011 3:50 PM, Peter S.Mazinger wrote:
> 
> commit: 
> http://git.uclibc.org/uClibc/commit/?id=094e03a6600f0029aa045431f9bac1bd32b3193d
> branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
> 
> Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
> ---
> include/resolv.h | 20 ++++++++++++++++++++
> 1 files changed, 20 insertions(+), 0 deletions(-)
> 
> diff --git a/include/resolv.h b/include/resolv.h
> index b9ce1e2..cba26f0 100644
> --- a/include/resolv.h
> +++ b/include/resolv.h
> @@ -282,46 +282,61 @@ extern struct __res_state *__res_state(void) __attribute__ 
> ((__const__));
> __END_DECLS
> #define _res (*__res_state())
> 
> +#if 0
> #define fp_nquery __fp_nquery
> #define fp_query __fp_query
> #define hostalias __hostalias
> #define p_query __p_query
> +#endif
> #define res_close __res_close
> #define res_init __res_init
> +#if 0
> #define res_isourserver __res_isourserver
> #define res_mkquery __res_mkquery
> +#endif
> #define res_query __res_query
> #define res_querydomain __res_querydomain
> #define res_search __res_search
> +#if 0
> #define res_send __res_send
> +#endif
> 
> __BEGIN_DECLS
> +#if 0
> void fp_nquery (const u_char *, int, FILE *) __THROW;
> void fp_query (const u_char *, FILE *) __THROW;
> const char * hostalias (const char *) __THROW;
> void p_query (const u_char *) __THROW;
> +#endif
> #ifdef __UCLIBC_HAS_BSD_RES_CLOSE__
> void res_close (void) __THROW;
> #endif
> int res_init (void) __THROW;
> libc_hidden_proto(res_init)
> +#if 0
> int res_isourserver (const struct sockaddr_in *) __THROW;
> int res_mkquery (int, const char *, int, int, const u_char *,
> int, const u_char *, u_char *, int) __THROW;
> +#endif
> int res_query (const char *, int, int, u_char *, int) __THROW;
> libc_hidden_proto(res_query)
> int res_querydomain (const char *, const char *, int, int,
> u_char *, int) __THROW;
> libc_hidden_proto(res_querydomain)
> int res_search (const char *, int, int, u_char *, int) __THROW;
> +#if 0
> int res_send (const u_char *, int, u_char *, int) __THROW;
> +#endif
> __END_DECLS
> 
> +#if 0
> #define b64_ntop __b64_ntop
> #define b64_pton __b64_pton
> #define dn_comp __dn_comp
> #define dn_count_labels __dn_count_labels
> +#endif
> #define dn_expand __dn_expand
> +#if 0
> #define dn_skipname __dn_skipname
> #define fp_resstat __fp_resstat
> #define loc_aton __loc_aton
> @@ -359,7 +374,9 @@ __END_DECLS
> #define sym_ntop __sym_ntop
> #define sym_ntos __sym_ntos
> #define sym_ston __sym_ston
> +#endif
> __BEGIN_DECLS
> +#if 0
> int res_hnok (const char *) __THROW;
> int res_ownok (const char *) __THROW;
> int res_mailok (const char *) __THROW;
> @@ -389,8 +406,10 @@ char * p_secstodate (u_long) __THROW;
> int dn_count_labels (const char *) __THROW;
> int dn_comp (const char *, u_char *, int, u_char **, u_char **)
> __THROW;
> +#endif
> int dn_expand (const u_char *, const u_char *, const u_char *,
> char *, int) __THROW;
> +#if 0
> u_int res_randomid (void) __THROW;
> int res_nameinquery (const char *, int, int,
> const u_char *, const u_char *) __THROW;
> @@ -418,6 +437,7 @@ int res_nmkquery (res_state, int, const char *, int, int,
> int res_nsend (res_state, const u_char *, int, u_char *, int)
> __THROW;
> void res_nclose (res_state) __THROW;
> +#endif
> __END_DECLS
> 
> # if _LIBC
> --
> 1.7.3.4
> 

Hi,
I'm not usually comfortable with #if 0... and it seems that we are going
to add too many recently.

carmelo

> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc-cvs
> 


More information about the uClibc-cvs mailing list