summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_auth_unix.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-10-02 19:00:56 +0000
committerpfg <pfg@FreeBSD.org>2012-10-02 19:00:56 +0000
commit801a570273e78622987dcab8701b018ed637f465 (patch)
treeaa44b26240a05517bc18100b05e2fdf7e2618175 /lib/libc/rpc/svc_auth_unix.c
parentb94c59684cdb3c9b3b7ba7b02eefbdc58be1e551 (diff)
downloadFreeBSD-src-801a570273e78622987dcab8701b018ed637f465.zip
FreeBSD-src-801a570273e78622987dcab8701b018ed637f465.tar.gz
RPC: Convert all uid and gid variables of the type uid_t and gid_t.
This matches what upstream (OpenSolaris) does. Tested by: David Wolfskill Obtained from: Bull GNU/Linux NFSv4 project (libtirpc) MFC after: 3 days
Diffstat (limited to 'lib/libc/rpc/svc_auth_unix.c')
-rw-r--r--lib/libc/rpc/svc_auth_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c
index 4d6f102..f889d81 100644
--- a/lib/libc/rpc/svc_auth_unix.c
+++ b/lib/libc/rpc/svc_auth_unix.c
@@ -68,7 +68,7 @@ _svcauth_unix(rqst, msg)
struct area {
struct authunix_parms area_aup;
char area_machname[MAX_MACHINE_NAME+1];
- int area_gids[NGRPS];
+ gid_t area_gids[NGRPS];
} *area;
u_int auth_len;
size_t str_len, gid_len;
OpenPOWER on IntegriCloud