[CRIU] [PATCH 7/9] zdtm/autofs: don't include bits/signum.h
Andrei Vagin
avagin at openvz.org
Sat Sep 30 01:41:43 MSK 2017
From: Andrei Vagin <avagin at virtuozzo.com>
It isn't required and it is absant on alpine
autofs.c:9:25: fatal error: bits/signum.h: No such file or directory
Signed-off-by: Andrei Vagin <avagin at virtuozzo.com>
---
test/zdtm/static/autofs.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/test/zdtm/static/autofs.c b/test/zdtm/static/autofs.c
index ae7853806..c2e047714 100644
--- a/test/zdtm/static/autofs.c
+++ b/test/zdtm/static/autofs.c
@@ -6,8 +6,6 @@
#include <string.h>
#include <signal.h>
-#include <bits/signum.h>
-
#include <sys/wait.h>
#include <sys/vfs.h>
#include <sys/mount.h>
--
2.13.3
More information about the CRIU
mailing list