mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 00:35:23 +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:
@@ -1,5 +1,5 @@
|
||||
#ifndef UTIL_H_
|
||||
#define UTIL_H_
|
||||
#ifndef __CR_UTIL_H__
|
||||
#define __CR_UTIL_H__
|
||||
|
||||
/*
|
||||
* Some bits are stolen from perf and kvm tools
|
||||
|
Reference in New Issue
Block a user