diff options
Diffstat (limited to 'libc/inet/getnetbyad.c')
-rw-r--r-- | libc/inet/getnetbyad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getnetbyad.c b/libc/inet/getnetbyad.c index e353f245b..06b0c4bd6 100644 --- a/libc/inet/getnetbyad.c +++ b/libc/inet/getnetbyad.c @@ -23,7 +23,7 @@ libc_hidden_proto(setnetent) libc_hidden_proto(getnetent) libc_hidden_proto(endnetent) -extern int _net_stayopen attribute_hidden; +extern smallint _net_stayopen attribute_hidden; struct netent *getnetbyaddr (uint32_t net, int type) { |