diff options
Diffstat (limited to 'libc/inet/getnetbyad.c')
-rw-r--r-- | libc/inet/getnetbyad.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/inet/getnetbyad.c b/libc/inet/getnetbyad.c index f1c2328f2..38fe03cc6 100644 --- a/libc/inet/getnetbyad.c +++ b/libc/inet/getnetbyad.c @@ -19,10 +19,7 @@ extern int _net_stayopen; -struct netent * -getnetbyaddr(net, type) - register long net; - register int type; +struct netent *getnetbyaddr (uint32_t net, int type) { register struct netent *p; |