From c697912b3a9126390cb67099f94406239c370c79 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 2 Feb 2012 18:22:36 +0100 Subject: inet:rpc: fix authnone_marshal in multithreading context This is a port of glibc's fix by Zack Weinberg as reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=142312, and discussed in http://sourceware.org/ml/libc-alpha/2002-04/msg00069.html and following. Signed-off-by: Carmelo Amoroso --- libc/inet/rpc/rpc_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/inet/rpc/rpc_private.h') diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h index ede3ddfc0..e1214d256 100644 --- a/libc/inet/rpc/rpc_private.h +++ b/libc/inet/rpc/rpc_private.h @@ -18,8 +18,6 @@ struct rpc_thread_variables { struct pollfd *svc_pollfd_s; /* Global, rpc_common.c */ int svc_max_pollfd_s; /* Global, rpc_common.c */ - void *authnone_private_s; /* auth_none.c */ - void *clnt_perr_buf_s; /* clnt_perr.c */ void *clntraw_private_s; /* clnt_raw.c */ -- cgit v1.2.3