ab4bc8a24e
Move some of the RHEL QE testcases upstream to Fedora.
8 lines
100 B
C
8 lines
100 B
C
#include <netdb.h>
|
|
|
|
int main(int ac, char **av)
|
|
{
|
|
gethostbyname("fedoraproject.org");
|
|
return 0;
|
|
}
|