]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/mach_voucher.defs
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / mach_voucher.defs
index 3decdd8aa60a4e1e3e3ff3dabea5bf89d5f7c55b..3ec4e987075221504ba9fa5ff90838c0e88c795e 100644 (file)
@@ -66,7 +66,7 @@ routine mach_voucher_attr_command(
 
 /* extract a recipe array to reconstitue all the key values in a future voucher */
 routine mach_voucher_debug_info(
-               task            : ipc_space_t;
+               task            : ipc_space_read_t;
                voucher_name: mach_port_name_t;
        out     recipes         : mach_voucher_attr_raw_recipe_array_t, CountInOut);