summaryrefslogtreecommitdiff
path: root/hesiod
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-10 13:34:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-10 13:34:35 +0000
commit98453b38f0cb9858e1b41ae53b8f245fec8b55a0 (patch)
treeef7b591bce93928bfc94e3ca3660870bcf5269fa /hesiod
parentf81648a38afbdecd3575644d8ce9b51e0bb6814a (diff)
Change _nss_hesiod_getpwuid and _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and _nss_hesiod_getgrgid_r respectively.
Diffstat (limited to 'hesiod')
-rw-r--r--hesiod/Versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/hesiod/Versions b/hesiod/Versions
index eeb0d576a5..973e622954 100644
--- a/hesiod/Versions
+++ b/hesiod/Versions
@@ -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;
}