X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/ad21edcc50f98a2a0f674a569817952d671962c6..d90e699ca2566289cddc68cd0862d05780b54551:/rpc.subproj/auth_unix.h diff --git a/rpc.subproj/auth_unix.h b/rpc.subproj/auth_unix.h index a26f59a..496defb 100644 --- a/rpc.subproj/auth_unix.h +++ b/rpc.subproj/auth_unix.h @@ -51,7 +51,7 @@ * * from: @(#)auth_unix.h 1.8 88/02/08 SMI * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC - * $Id: auth_unix.h,v 1.3 2001/01/17 19:05:42 majka Exp $ + * $Id: auth_unix.h,v 1.4 2004/10/28 21:58:21 emoy Exp $ */ /* @@ -78,11 +78,15 @@ * Unix style credentials. */ struct authunix_parms { - u_long aup_time; +#ifdef __LP64__ + unsigned int aup_time; +#else + unsigned long aup_time; +#endif char *aup_machname; int aup_uid; int aup_gid; - u_int aup_len; + unsigned int aup_len; int *aup_gids; };