mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
compel: plugins,fds -- Don't include log.h
It's libcompel's helper. We need to address this problem later. travis-ci: success for compel: A few fixes and example Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
71eb7d8795
commit
50219defcf
@@ -4,10 +4,12 @@
|
|||||||
|
|
||||||
#include "uapi/std/syscall.h"
|
#include "uapi/std/syscall.h"
|
||||||
#include "uapi/std/string.h"
|
#include "uapi/std/string.h"
|
||||||
|
#include "uapi/std/log.h"
|
||||||
#include "uapi/plugin-fds.h"
|
#include "uapi/plugin-fds.h"
|
||||||
|
|
||||||
#include "std-priv.h"
|
#include "std-priv.h"
|
||||||
#include "log.h"
|
|
||||||
|
#define pr_err(fmt, ...)
|
||||||
|
|
||||||
#include "common/compiler.h"
|
#include "common/compiler.h"
|
||||||
#include "common/bug.h"
|
#include "common/bug.h"
|
||||||
|
Reference in New Issue
Block a user