summaryrefslogtreecommitdiff
path: root/inet/getnetgrent_r.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-08 01:32:48 +0000
committerRoland McGrath <roland@gnu.org>2002-08-08 01:32:48 +0000
commit2a54ad77a156e9df608c7964a4a1ef042df6b9d4 (patch)
treed2a24d08f65b19adbddada031e3bb5a5ef7e2655 /inet/getnetgrent_r.c
parent53552dd8def7ffefd6fbdb2fcfe57314b6d28508 (diff)
2002-08-07 Roland McGrath <roland@redhat.com>
* inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call the static symbols added in the last change (doofus is me).
Diffstat (limited to 'inet/getnetgrent_r.c')
-rw-r--r--inet/getnetgrent_r.c6
1 files changed, 3 insertions, 3 deletions
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);