]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/auth_unix.h
Libinfo-278.tar.gz
[apple/libinfo.git] / rpc.subproj / auth_unix.h
index 88705448e1b6eed4e9cf06464ba22c1db1cad59a..496defb79a9f22c6e3a79aba6a6e3c7e23e9b0bc 100644 (file)
  * Unix style credentials.
  */
 struct authunix_parms {
+#ifdef __LP64__
+       unsigned int     aup_time;
+#else
        unsigned long    aup_time;
+#endif
        char    *aup_machname;
        int      aup_uid;
        int      aup_gid;