diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:34:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-10 13:34:35 +0000 |
commit | 98453b38f0cb9858e1b41ae53b8f245fec8b55a0 (patch) | |
tree | ef7b591bce93928bfc94e3ca3660870bcf5269fa /hesiod/Versions | |
parent | f81648a38afbdecd3575644d8ce9b51e0bb6814a (diff) | |
download | glibc-98453b38f0cb9858e1b41ae53b8f245fec8b55a0.tar.gz glibc-98453b38f0cb9858e1b41ae53b8f245fec8b55a0.tar.xz glibc-98453b38f0cb9858e1b41ae53b8f245fec8b55a0.zip |
Change _nss_hesiod_getpwuid and _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and _nss_hesiod_getgrgid_r respectively.
Diffstat (limited to 'hesiod/Versions')
-rw-r--r-- | hesiod/Versions | 4 |
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; } |