diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-09-01 04:12:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-09-01 04:12:55 -0700 |
commit | 2f3e3dc75f36367b71873eb6dda62effa5f9cd6d (patch) | |
tree | f06e6c8db8f368b981b2e4cf2662e07f55337d74 /sunrpc/Versions | |
parent | f3dcc2f9a52e46ecf1e7df18863e1ffea62ba37d (diff) | |
download | glibc-2f3e3dc75f36367b71873eb6dda62effa5f9cd6d.tar.gz glibc-2f3e3dc75f36367b71873eb6dda62effa5f9cd6d.tar.xz glibc-2f3e3dc75f36367b71873eb6dda62effa5f9cd6d.zip |
Remove duplicate version of pmap_getport from NIS code.
Diffstat (limited to 'sunrpc/Versions')
-rw-r--r-- | sunrpc/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions index d2d8e81ac0..a11dd8d36c 100644 --- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -117,6 +117,6 @@ libc { xdr_quad_t; xdr_u_quad_t; } GLIBC_PRIVATE { - __libc_clntudp_bufcreate; + __libc_clntudp_bufcreate; __libc_rpc_getport; } } |