diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/act.h | 2 | ||||
-rw-r--r-- | kern/refcount.h | 2 | ||||
-rw-r--r-- | kern/shuttle.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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_ */ |