diff options
Diffstat (limited to 'ipc/ipc_machdep.h')
-rwxr-xr-x | ipc/ipc_machdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_machdep.h b/ipc/ipc_machdep.h index 29878dc9..2871fc31 100755 --- a/ipc/ipc_machdep.h +++ b/ipc/ipc_machdep.h @@ -34,5 +34,6 @@ */ #define PORT_T_SIZE_IN_BITS (sizeof(mach_port_t)*8) +#define PORT_NAME_T_SIZE_IN_BITS (sizeof(mach_port_name_t)*8) #endif /* _IPC_IPC_MACHDEP_H_ */ |