summaryrefslogtreecommitdiff
path: root/i386/include/mach/i386/mach_i386_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/include/mach/i386/mach_i386_types.h')
-rw-r--r--i386/include/mach/i386/mach_i386_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/include/mach/i386/mach_i386_types.h b/i386/include/mach/i386/mach_i386_types.h
index b03c0b06..b0552809 100644
--- a/i386/include/mach/i386/mach_i386_types.h
+++ b/i386/include/mach/i386/mach_i386_types.h
@@ -47,9 +47,9 @@ typedef struct descriptor *descriptor_list_t;
#ifdef MACH_KERNEL
#include <i386/io_perm.h>
-#else
+#else /* MACH_KERNEL */
typedef unsigned short io_port_t;
typedef mach_port_t io_perm_t;
-#endif
+#endif /* MACH_KERNEL */
#endif /* _MACH_MACH_I386_TYPES_H_ */