diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2022-12-06 23:57:08 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-07 23:26:32 +0100 |
commit | 688a82ff324403dd2b439755a3d95773e691be69 (patch) | |
tree | 8c3da6bc01286b8191bc5709ea4b6911864d0dc6 /kern/ipc_host.c | |
parent | a2104ef630ca2f2eb264fd39b1adcc891c1ce6c7 (diff) | |
download | gnumach-688a82ff324403dd2b439755a3d95773e691be69.tar.gz gnumach-688a82ff324403dd2b439755a3d95773e691be69.tar.bz2 gnumach-688a82ff324403dd2b439755a3d95773e691be69.zip |
Update kern/ directory to use mach_port_name_t.
Make it clear where exactly we use port names vs port addresses.
Message-Id: <Y5AdJGuzXBMO7YRK@reue>
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r-- | kern/ipc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c index a02eb6f6..6163beff 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -94,7 +94,7 @@ void ipc_host_init(void) * or other errors. */ -mach_port_t +mach_port_name_t mach_host_self(void) { ipc_port_t sright; |