From 45f1824dc839fb6401cd6e061924a604438b2bed Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 7 Jul 2002 07:25:57 +0000 Subject: Kill namespace pollution in getrpcent.c. Silence other rpc warnings by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik --- libc/inet/rpc/rpc_thread.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/inet/rpc/rpc_thread.c') diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index 267149b62..09bff0dd1 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -125,6 +125,11 @@ __rpc_thread_svc_max_pollfd (void) } #else +#undef svc_fdset +#undef rpc_createerr +#undef svc_pollfd +#undef svc_max_pollfd + fd_set * __rpc_thread_svc_fdset (void) { extern fd_set svc_fdset; -- cgit v1.2.3