diff options
Diffstat (limited to 'lib/libc/net/getnetbynis.c')
-rw-r--r-- | lib/libc/net/getnetbynis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index c6db4f4..f8c7fee 100644 --- a/lib/libc/net/getnetbynis.c +++ b/lib/libc/net/getnetbynis.c @@ -56,7 +56,7 @@ static char *host_aliases[MAXALIASES]; static struct netent * _getnetbynis(const char *name, char *map, int af) { - register char *cp, **q; + char *cp, **q; static char *result; int resultlen; static struct netent h; |