diff options
Diffstat (limited to 'include/rpc/auth_des.h')
-rw-r--r-- | include/rpc/auth_des.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h index 964e77480da7..fff4ebfe300c 100644 --- a/include/rpc/auth_des.h +++ b/include/rpc/auth_des.h @@ -111,7 +111,7 @@ struct authdes_verf { * */ __BEGIN_DECLS -extern int authdes_getucred __P(( struct authdes_cred *, uid_t *, gid_t *, int *, gid_t * )); +extern int authdes_getucred( struct authdes_cred *, uid_t *, gid_t *, int *, gid_t * ); __END_DECLS __BEGIN_DECLS |