bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/5] i386/include/mach/i386/mach_i386_types.h: add comments after


From: Marin Ramesa
Subject: [PATCH 3/5] i386/include/mach/i386/mach_i386_types.h: add comments after else and endif
Date: Fri, 15 Nov 2013 19:39:18 +0100

* i386/include/mach/i386/mach_i386_types.h (MACH_KERNEL): Add comments after 
else and endif.

---
 i386/include/mach/i386/mach_i386_types.h | 4 ++--
 1 file 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 b03c0b0..b055280 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_ */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]