2002-08-07 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Thu, 8 Aug 2002 01:32:48 +0000 (01:32 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Aug 2002 01:32:48 +0000 (01:32 +0000)
* inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
the static symbols added in the last change (doofus is me).

inet/getnetgrent_r.c

index 92a8b30..a0fb6f4 100644 (file)
@@ -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);