3 * dummy.c - unimplemented netdb functions
5 * Copyright © 1994 AmiTCP/IP Group,
6 * Network Solutions Development Inc.
8 * Copyright © 2005 Pavel Fedin
11 #include <sys/types.h>
14 #define NULL ((void *) 0)
16 struct netent
*getnetent(void)
20 struct servent
*getservent(void)