Commit 0a303160 authored by Andrei Vagin's avatar Andrei Vagin

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: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 598790eb
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#include <bits/signum.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/vfs.h> #include <sys/vfs.h>
#include <sys/mount.h> #include <sys/mount.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