mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Move arguments in prototype out of application namespace.
Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
509853bbfd
commit
576da32600
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user