diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-25 16:19:16 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-25 16:19:16 +0200 |
commit | 306d763d872bae2a1cc23fe13b769cace8198a3a (patch) | |
tree | 8c4d51e328b525a0723bb726de5ce808fc21594b /include/mach/boot.h | |
parent | 3617701208c6fd63386442d2d107d37ff7d22041 (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 'include/mach/boot.h')
-rw-r--r-- | include/mach/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/boot.h b/include/mach/boot.h index d3e141f..7f14cc4 100644 --- a/include/mach/boot.h +++ b/include/mach/boot.h @@ -65,7 +65,7 @@ struct boot_rendezvous int code; }; -#endif !__ASSEMBLER__ +#endif /* !__ASSEMBLER__ */ /* This is the magic value that must appear in boot_module.magic. */ @@ -90,4 +90,4 @@ struct boot_rendezvous #define BRZV_DATA 'D' -#endif _MACH_BOOT_ +#endif /* _MACH_BOOT_ */ |