diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-07 22:02:46 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-07 22:02:46 +0000 |
commit | 42ceb0fd7f153daab55763b47d1cd23ed630fd47 (patch) | |
tree | f4c30692387ae2521ee2b38467cea7b9a391217c /seccomp_fprog.h | |
parent | 18907920bb11dc0325821021885b808ff1bbc363 (diff) | |
download | strace-42ceb0fd7f153daab55763b47d1cd23ed630fd47.tar.gz |
Change #include guard trailing part comments
* defs.h: Change comment of the trailing part of #include guard.
* flock.h: Likewise.
* gcc_compat.h: Likewise.
* ipc_defs.h: Likewise.
* kernel_types.h: Likewise.
* mpers_type.h: Likewise.
* msghdr.h: Likewise.
* printsiginfo.h: Likewise.
* ptrace.h: Likewise.
* regs.h: Likewise.
* seccomp_fprog.h: Likewise.
* sigevent.h: Likewise.
* statfs.h: Likewise.
* xlat.h: Likewise.
Diffstat (limited to 'seccomp_fprog.h')
-rw-r--r-- | seccomp_fprog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/seccomp_fprog.h b/seccomp_fprog.h index f72107250..f48372726 100644 --- a/seccomp_fprog.h +++ b/seccomp_fprog.h @@ -6,4 +6,4 @@ struct seccomp_fprog { unsigned long filter; }; -#endif /* #ifndef STRACE_SECCOMP_FPROG_H */ +#endif /* !STRACE_SECCOMP_FPROG_H */ |