2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

zdtm/autofs: don't include bits/signum.h

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@virtuozzo.com>
This commit is contained in:
Andrei Vagin
2017-09-30 01:41:43 +03:00
parent 598790eb43
commit 0a30316077

View File

@@ -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>