diff options
Diffstat (limited to 'kern/ipc_host.h')
-rw-r--r-- | kern/ipc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_host.h b/kern/ipc_host.h index 13c54cf..cd2ffaa 100644 --- a/kern/ipc_host.h +++ b/kern/ipc_host.h @@ -69,4 +69,4 @@ convert_port_to_pset_name(struct ipc_port *); extern struct ipc_port * convert_pset_name_to_port(processor_set_t); -#endif _KERN_IPC_HOST_H_ +#endif /* _KERN_IPC_HOST_H_ */ |