summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/librpc/authunix_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/librpc/authunix_prot.c')
-rw-r--r--mdk-stage1/dietlibc/librpc/authunix_prot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/librpc/authunix_prot.c b/mdk-stage1/dietlibc/librpc/authunix_prot.c
index ddcadb808..53897a364 100644
--- a/mdk-stage1/dietlibc/librpc/authunix_prot.c
+++ b/mdk-stage1/dietlibc/librpc/authunix_prot.c
@@ -59,7 +59,7 @@ register struct authunix_parms *p;
&& xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME)
&& xdr_int(xdrs, &a)
&& xdr_int(xdrs, &b)
- && xdr_array(xdrs, (caddr_t *) & (p->aup_gids),
+ && xdr_array(xdrs, (char* *) & (p->aup_gids),
&(p->aup_len), NGRPS, sizeof(int), (xdrproc_t)xdr_int)) {
p->aup_uid=(uid_t)a;
p->aup_gid=(gid_t)b;