diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:00:14 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:42:30 +0100 |
commit | cdd14619a713ab41e26ba700add4880604324dbb (patch) | |
tree | dc0129bed806b525deae5fc481170ccdb4ef048b /nis/rpcsvc | |
parent | b7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff) | |
download | glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.xz glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip |
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'nis/rpcsvc')
-rw-r--r-- | nis/rpcsvc/ypclnt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nis/rpcsvc/ypclnt.h b/nis/rpcsvc/ypclnt.h index b96cb3b40e..af904fccb2 100644 --- a/nis/rpcsvc/ypclnt.h +++ b/nis/rpcsvc/ypclnt.h @@ -76,9 +76,6 @@ extern const char *ypbinderr_string (const int) __THROW; extern int ypprot_err (const int) __THROW; extern int yp_update (char *, char *, unsigned int, char *, int, char *, int) __THROW; -#if 0 -extern int yp_maplist (const char *, struct ypmaplist **) __THROW; -#endif /* This functions exists only under BSD and Linux systems. */ extern int __yp_check (char **) __THROW; |