@@ -23,7 +23,7 @@
#include <features.h>
#include <netdb.h>
-extern int _net_stayopen;
+extern int _net_stayopen attribute_hidden;
struct netent *getnetbyaddr (uint32_t net, int type)
{
@@ -24,7 +24,7 @@
#include <string.h>
struct netent *
getnetbyname(const char *name)
@@ -43,7 +43,7 @@ static char *line = NULL;
static struct netent net;
static char *net_aliases[MAXALIASES];
-int _net_stayopen;
+int _net_stayopen attribute_hidden;
void attribute_hidden __setnetent(int f)