glibc 2.36 changed the definition of enum fsconfig_command in
sys/mount.h. This definition collides with the same definition from
linux/fs.h now. Remove the include of linux/fs.h. This compiles still
with musl too.
musl and glibc provide the defines linux/fs.h was included for in
sys/mount.h since some years.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#include <sys/wait.h>
#include <sys/sysmacros.h>
-#include <linux/fs.h>
-
#include <uci.h>
#include <uci_blob.h>