struct hostent has no longer a member h_addr
Current netdb.h lacks support for the old h_addr pointer without
special USE_GNU defines...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* libtest/func2.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
void func2 ()
{
printf ("Func2: Implement me\n");
}