]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/auth.h
Libinfo-278.tar.gz
[apple/libinfo.git] / rpc.subproj / auth.h
index 4c3b5289cd3aef26bac6f951d52d687426960b54..1f9394efe08c92b97835b6489aece3dc18fa5586 100644 (file)
@@ -91,7 +91,12 @@ enum auth_stat {
        AUTH_FAILED=7                   /* some unknown reason */
 };
 
-typedef unsigned long u_int32; /* 32-bit unsigned integers */
+/* 32-bit unsigned integers */
+#ifdef __LP64__
+typedef unsigned int u_int32;
+#else
+typedef unsigned long u_int32;
+#endif
 
 union des_block {
        struct {