blob: 7d7eaf623e43a5aaebf8fc00ce1c678a2e977c38 [file] [log] [blame]
#include <netdb.h>
struct netent *getnetbyname(const char *name)
{
return 0;
}
stub_warning(getnetbyname);