2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

hdrs: Fixup reinclusion preprocessor constants

Make them look like __CR_<smth>_H__ with

sed -e '1,2s/#\(ifndef\|define\) _\?_\?\(CR_\)\?/#\1 __CR_/' -e '1,2s/_H_\?_\?.*$/_H__/'

on every header file.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-12-24 15:36:14 +04:00
parent 6a25678243
commit b4c2160449
43 changed files with 86 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PROC_PARSE_H__
#define PROC_PARSE_H__
#ifndef __CR_PROC_PARSE_H__
#define __CR_PROC_PARSE_H__
#include <sys/types.h>
#include "types.h"