about summary refs log tree commit diff
path: root/sunrpc/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-02 07:01:41 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-02 07:01:41 +0000
commitbe18eced55bb0d6431f1cd81df8febbc159ddc86 (patch)
tree5ca3c86709090813f200b6d2abac9e498a071de7 /sunrpc/Versions
parentca8d5a5f3dea0f541fc3c388b6cb01a2d27e9924 (diff)
downloadglibc-be18eced55bb0d6431f1cd81df8febbc159ddc86.tar.gz
glibc-be18eced55bb0d6431f1cd81df8febbc159ddc86.tar.xz
glibc-be18eced55bb0d6431f1cd81df8febbc159ddc86.zip
Update.
	Remove incompatible IPv6 extension of RPC.
	* sunrpc/Makefile: Undo changes.
	* sunrpc/rpc_main.c: Likewise.
	* sunrpc/rpc/clnt.h: Likewise.
	* sunrpc/rpc/svc.h: Likewise.
	* sunrpc/bindrsvprt6.c: Removed.
	* sunrpc/clnt_tcp6.c: Removed.
	* sunrpc/clnt_udp6.c: Removed.
	* sunrpc/svc_tcp6.c: Removed.
	* sunrpc/svc_udp6.c: Removed.

	* intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
	dgettext, and dcgettetxt.

	* intl/locale.alias: Update japanese aliases.
Diffstat (limited to 'sunrpc/Versions')
-rw-r--r--sunrpc/Versions3
1 files changed, 0 insertions, 3 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions
index 1f9163da05..1e52b69c37 100644
--- a/sunrpc/Versions
+++ b/sunrpc/Versions
@@ -109,8 +109,5 @@ libc {
   }
   GLIBC_2.2 {
     svc_getreq_common; svc_getreq_poll; svc_max_pollfd; svc_pollfd;
-    svcfd6_create; svctcp6_create; svcudp6_create; svcudp6_bufcreate;
-    svcudp6_enablecache;
-    bindresvport6;
   }
 }