summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-25 16:19:16 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-25 16:19:16 +0200
commit306d763d872bae2a1cc23fe13b769cace8198a3a (patch)
tree8c4d51e328b525a0723bb726de5ce808fc21594b /kern
parent3617701208c6fd63386442d2d107d37ff7d22041 (diff)
Rewrite old-style #endif FOO directives
* i386/include/mach/i386/cthreads.h: Rewrite old-style #endif FOO directives. * include/device/tape_status.h: Likewise. * include/mach/alert.h: Likewise. * include/mach/boot.h: Likewise. * include/mach/default_pager_types.defs: Likewise. * include/mach/default_pager_types.h: Likewise. * include/mach/multiboot.h: Likewise. * include/mach/notify.defs: Likewise. * include/mach_debug/pc_info.h: Likewise. * kern/act.h: Likewise. * kern/refcount.h: Likewise. * kern/shuttle.h: Likewise.
Diffstat (limited to 'kern')
-rw-r--r--kern/act.h2
-rw-r--r--kern/refcount.h2
-rw-r--r--kern/shuttle.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kern/act.h b/kern/act.h
index 6d3a9a9..f46f53a 100644
--- a/kern/act.h
+++ b/kern/act.h
@@ -189,4 +189,4 @@ kern_return_t act_machine_get_state(Act *inc, int flavor, int *tstate, unsigned
#endif /* MIGRATING_THREADS */
-#endif _KERN_ACT_H_
+#endif /* _KERN_ACT_H_ */
diff --git a/kern/refcount.h b/kern/refcount.h
index 01dc6b5..74204d6 100644
--- a/kern/refcount.h
+++ b/kern/refcount.h
@@ -65,4 +65,4 @@ typedef struct RefCount RefCount;
#endif /* MACHINE_REFCOUNT */
-#endif _KERN_REFCOUNT_H_
+#endif /* _KERN_REFCOUNT_H_ */
diff --git a/kern/shuttle.h b/kern/shuttle.h
index e8e574b..0b1c2c5 100644
--- a/kern/shuttle.h
+++ b/kern/shuttle.h
@@ -68,4 +68,4 @@ typedef struct Shuttle Shuttle;
-#endif _KERN_SHUTTLE_H_
+#endif /* _KERN_SHUTTLE_H_ */