00001 #include <netdb.h> 00002 00003 main(){ 00004 cygwin32_getnetbyname(""); 00005 getnetbyname(""); 00006 }