2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 08:45:49 +00:00

headers: Unify include guards (in comments) and a few fixes

- fix names in comments
 - add empty lines where needed
 - fix rbtree.h
 - fix syscall-types.h

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-12-25 22:40:24 +04:00
committed by Pavel Emelyanov
parent 439637fb07
commit 830d92b0f0
53 changed files with 69 additions and 57 deletions

View File

@@ -330,4 +330,4 @@ static inline bool dir_dots(struct dirent *de)
return !strcmp(de->d_name, ".") || !strcmp(de->d_name, "..");
}
#endif /* UTIL_H_ */
#endif /* __CR_UTIL_H__ */