[CRIU] [PATCH 2/2] cr-check: Don't include sys/syscalls.h

Cyrill Gorcunov gorcunov at openvz.org
Thu Dec 3 09:24:16 PST 2015


This conflicts with predefined constants in our own syscalls lib.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 cr-check.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cr-check.c b/cr-check.c
index 61e6d9256cdc..a3dc66224733 100644
--- a/cr-check.c
+++ b/cr-check.c
@@ -14,7 +14,6 @@
 #include <linux/if.h>
 #include <linux/filter.h>
 #include <linux/seccomp.h>
-#include <sys/syscall.h>
 #include <sys/ioctl.h>
 #include <termios.h>
 #include <sys/mman.h>
-- 
2.5.0



More information about the CRIU mailing list