]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Change _nss_hesiod_getpwuid and _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and...
authorUlrich Drepper <drepper@redhat.com>
Mon, 10 May 1999 13:34:35 +0000 (13:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 10 May 1999 13:34:35 +0000 (13:34 +0000)
hesiod/Versions

index eeb0d576a5d79cb81499277fa8085ee1b4a89718..973e6229540b8aaabfc2ed74af71166f64ae8cf0 100644 (file)
@@ -1,9 +1,9 @@
 libnss_hesiod {
   GLIBC_2.1 {
     _nss_hesiod_setpwent; _nss_hesiod_endpwent;
-    _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid;
+    _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid_r;
     _nss_hesiod_setgrent; _nss_hesiod_endgrent;
-    _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid;
+    _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid_r;
     _nss_hesiod_setservent; _nss_hesiod_endservent;
     _nss_hesiod_getservbyname_r;
   }