Exemplo n.º 1
0
endhostent_r(void)
#endif
{
#ifdef HOST_R_ENT_ARGS
    UNUSED(hdptr);
#endif
    endhostent();
    HOST_R_END_RESULT(HOST_R_OK);
}
Exemplo n.º 2
0
endhostent_r(void)
#endif
{
	endhostent();
	HOST_R_END_RESULT(HOST_R_OK);
}