diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2022-12-01 00:42:57 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-03 02:42:49 +0100 |
commit | 9518a5e29e6774fb66821140c916522abb985eaf (patch) | |
tree | cb93c90e2dd5ecd8af99700c7a001fab908bb190 /ipc/mach_debug.c | |
parent | 958686efa2175abe3f7044890c2c2370e29147f2 (diff) | |
download | gnumach-9518a5e29e6774fb66821140c916522abb985eaf.tar.gz gnumach-9518a5e29e6774fb66821140c916522abb985eaf.tar.bz2 gnumach-9518a5e29e6774fb66821140c916522abb985eaf.zip |
Use mach_port_name_t in a few more places
A few places that I missed in 958686efa2175abe3f7044890c2c2370e29147f2.
Message-Id: <Y4g+4THLC/1NvnkM@viriathus>
Diffstat (limited to 'ipc/mach_debug.c')
-rw-r--r-- | ipc/mach_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_debug.c b/ipc/mach_debug.c index 1f3865bc..ecbfca47 100644 --- a/ipc/mach_debug.c +++ b/ipc/mach_debug.c @@ -69,7 +69,7 @@ kern_return_t mach_port_get_srights( ipc_space_t space, - mach_port_t name, + mach_port_name_t name, mach_port_rights_t *srightsp) { ipc_port_t port; |