diff options
author | Luca Dariz <luca@orpolo.org> | 2022-06-28 12:10:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-28 02:55:54 +0200 |
commit | f8116ac1045bcedfb02dac494feafbcc24c3c904 (patch) | |
tree | 4c7e5417511375ccc4d843baa96a1f2159776612 /x86_64 | |
parent | fbee0946546031defb17748af759ba9ceefb81e2 (diff) | |
download | gnumach-f8116ac1045bcedfb02dac494feafbcc24c3c904.tar.gz gnumach-f8116ac1045bcedfb02dac494feafbcc24c3c904.tar.bz2 gnumach-f8116ac1045bcedfb02dac494feafbcc24c3c904.zip |
use port name type in mach_port_names()
* ipc/mach_port.c: use mach_port_name_t instead of mach_port_t, since
they could have different size. Fortunately we can keep the same
optimization about allocationg memory, since mach_port_type_t has
the same size as a name.
Signed-off-by: Luca Dariz <luca@orpolo.org>
Message-Id: <20220628101054.446126-9-luca@orpolo.org>
Diffstat (limited to 'x86_64')
0 files changed, 0 insertions, 0 deletions