Commit 468a6492 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

infect: Move errno.h to compel

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 3a90e8e7
#ifndef __CR_ERRNO_H__
#define __CR_ERRNO_H__
#ifndef __COMPEL_ERRNO_H__
#define __COMPEL_ERRNO_H__
#define ERESTARTSYS 512
#define ERESTARTNOINTR 513
......
......@@ -8,7 +8,7 @@
#include "criu-log.h"
#include "kerndat.h"
#include "parasite-syscall.h"
#include "errno.h"
#include "compel/include/errno.h"
#include "infect.h"
#include "infect-priv.h"
......
......@@ -16,7 +16,6 @@
#include "elf.h"
#include "parasite-syscall.h"
#include "restorer.h"
#include "errno.h"
#include "kerndat.h"
#include "infect.h"
......
......@@ -6,7 +6,7 @@
#include "criu-log.h"
#include "kerndat.h"
#include "parasite-syscall.h"
#include "errno.h"
#include "compel/include/errno.h"
#include "infect.h"
#include "infect-priv.h"
......
......@@ -17,7 +17,6 @@
#include "log.h"
#include "util.h"
#include "cpu.h"
#include "errno.h"
#include "infect.h"
#include "protobuf.h"
......
......@@ -6,7 +6,7 @@
#include "asm/types.h"
#include "ptrace.h"
#include "parasite-syscall.h"
#include "errno.h"
#include "compel/include/errno.h"
#include "criu-log.h"
#include "infect.h"
#include "infect-priv.h"
......
......@@ -19,7 +19,6 @@
#include "log.h"
#include "util.h"
#include "cpu.h"
#include "errno.h"
#include "uapi/std/syscall-codes.h"
#include "kerndat.h"
#include "infect.h"
......
......@@ -5,12 +5,12 @@
#include <sys/mman.h>
#include <sys/user.h>
#include "errno.h"
#include "asm/processor-flags.h"
#include "asm/fpu.h"
#include "asm/cpu.h"
#include "kerndat.h"
#include "compel/include/errno.h"
#include "uapi/std/syscall-codes.h"
#include "compel/include/asm/syscall.h"
#include "compel/include/asm/ptrace.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment