diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-03 02:05:57 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-03 02:05:57 +0100 |
commit | a6a6afc285f8f4a1aadc8857ac980b62010ce004 (patch) | |
tree | 56cc650be6577b1590dbeb0854a33dc557825ee5 /type.h | |
parent | c40604042bd6e9f80e4f5fe6bc9deefb29c4b94a (diff) | |
download | mig-a6a6afc285f8f4a1aadc8857ac980b62010ce004.tar.gz mig-a6a6afc285f8f4a1aadc8857ac980b62010ce004.tar.bz2 mig-a6a6afc285f8f4a1aadc8857ac980b62010ce004.zip |
Revert "x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined port rights."
This reverts commit c40604042bd6e9f80e4f5fe6bc9deefb29c4b94a.
Diffstat (limited to 'type.h')
-rw-r--r-- | type.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -133,10 +133,6 @@ typedef enum dealloc { * itKernelPort is used only on kernel interfaces and is set to true when * the initial type is mach_port_t, which in turn is actually translated to * internal port pointers (ipc_port_t). - * - * itUserlandPort indicates that the field represents a port right (represented - * as a port name) and thus will only be true for userland stubs. This is - * used to change how inlined port names in messages are generated. */ typedef struct ipc_type @@ -167,7 +163,6 @@ typedef struct ipc_type bool itString; bool itVarArray; bool itIndefinite; - bool itUserlandPort; bool itKernelPort; struct ipc_type *itElement; /* may be NULL */ |