Added dummy declarations for getnetbyaddr and getnetbyname.
This commit is contained in:
parent
f1f5d1310c
commit
a8fa33646a
|
@ -1,3 +1,5 @@
|
|||
/* OS-dependent support for what is supposed to be the standard ANSI C Library.
|
||||
** Copyright (c) 1999 by Brian D. Carlstrom.
|
||||
*/
|
||||
struct netent *getnetbyaddr (long x, int y) {return NULL;}
|
||||
struct netent *getnetbyname (const char *x) {return NULL;}
|
||||
|
|
Loading…
Reference in New Issue