From 53f5633b02bcb4a1455ea9aa2bce1e7162927575 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 5 Feb 2002 06:31:58 +0000 Subject: Move arguments in prototype out of application namespace. Sponsored by: DARPA, NAI Labs --- include/rpc/svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rpc/svc.h b/include/rpc/svc.h index f779646..0e50315 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -420,7 +420,7 @@ extern SVCXPRT *svc_raw_create __P((void)); */ int svc_dg_enablecache __P((SVCXPRT *, const u_int)); -int __rpc_get_local_uid(SVCXPRT *transp, uid_t *uid); +int __rpc_get_local_uid(SVCXPRT *_transp, uid_t *_uid); __END_DECLS -- cgit v1.1