From 2a54ad77a156e9df608c7964a4a1ef042df6b9d4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Aug 2002 01:32:48 +0000 Subject: 2002-08-07 Roland McGrath * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call the static symbols added in the last change (doofus is me). --- inet/getnetgrent_r.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inet') diff --git a/inet/getnetgrent_r.c b/inet/getnetgrent_r.c index 92a8b30101..a0fb6f42a1 100644 --- a/inet/getnetgrent_r.c +++ b/inet/getnetgrent_r.c @@ -186,7 +186,7 @@ endnetgrent (void) { __libc_lock_lock (lock); - __internal_endnetgrent (&dataset); + internal_endnetgrent (&dataset); __libc_lock_unlock (lock); } @@ -285,8 +285,8 @@ __getnetgrent_r (char **hostp, char **userp, char **domainp, __libc_lock_lock (lock); - status = __internal_getnetgrent_r (hostp, userp, domainp, &dataset, - buffer, buflen, &errno); + status = internal_getnetgrent_r (hostp, userp, domainp, &dataset, + buffer, buflen, &errno); __libc_lock_unlock (lock); -- cgit v1.2.3