X-Git-Url: https://git.saurik.com/apple/launchd.git/blobdiff_plain/eabd170121c913d6b497fa2503e49f09f5412ddc..5f168eafe31b32dca31f253a9ab3242312a6c409:/src/job_types.defs diff --git a/src/job_types.defs b/src/job_types.defs index f6ba31a..77390a0 100644 --- a/src/job_types.defs +++ b/src/job_types.defs @@ -23,9 +23,11 @@ * Copyright, 1990. All rights reserved. */ -/* This really should be a part of the standard types... */ +/* These really should be a part of the standard types... */ type mach_port_move_send_array_t = array[] of mach_port_move_send_t ctype: mach_port_array_t; +type mach_port_make_send_array_t = array[] of mach_port_make_send_t + ctype: mach_port_array_t; type pid_t = integer_t; type pid_array_t = ^array [] of pid_t;