Blame hesiod/Versions

Packit 6c4009
libnss_hesiod {
Packit 6c4009
  GLIBC_PRIVATE {
Packit 6c4009
    _nss_hesiod_setpwent; _nss_hesiod_endpwent;
Packit 6c4009
    _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid_r;
Packit 6c4009
    _nss_hesiod_setgrent; _nss_hesiod_endgrent;
Packit 6c4009
    _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid_r;
Packit 6c4009
    _nss_hesiod_setservent; _nss_hesiod_endservent;
Packit 6c4009
    _nss_hesiod_getservbyname_r;
Packit 6c4009
    _nss_hesiod_initgroups_dyn;
Packit 6c4009
    _nss_hesiod_getservbyport_r;
Packit 6c4009
    _nss_hesiod_setprotoent; _nss_hesiod_endprotoent;
Packit 6c4009
    _nss_hesiod_getprotobyname_r; _nss_hesiod_getprotobynumber_r;
Packit 6c4009
  }
Packit 6c4009
}