X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..7ddcb079202367355dddccdfa4318e57d50318be:/osfmk/mach/mach_norma.defs diff --git a/osfmk/mach/mach_norma.defs b/osfmk/mach/mach_norma.defs index 0bc37cfc3..0bc1c6945 100644 --- a/osfmk/mach/mach_norma.defs +++ b/osfmk/mach/mach_norma.defs @@ -141,14 +141,14 @@ subsystem #if KERNEL_USER KernelUser -#endif KERNEL_USER +#endif /* KERNEL_USER */ #if KERNEL_SERVER KernelServer -#endif KERNEL_SERVER +#endif /* KERNEL_SERVER */ mach_norma 555000; #ifdef KERNEL_USER userprefix r_; -#endif KERNEL_USER +#endif /* KERNEL_USER */ #include #include @@ -257,3 +257,5 @@ routine norma_port_location_hint( task : task_t; port : mach_port_t; out node : int); + +/* vim: set ft=c : */