]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.h
build: detect where struct mount_attr is declared
[mirror_lxc.git] / src / lxc / conf.h
index 7dc2f15b603cf98b7514b6aa4203ad8770724114..772479f9e1be5f973c82736b02f053343120bd7d 100644 (file)
@@ -223,7 +223,7 @@ struct lxc_mount_options {
        unsigned long mnt_flags;
        unsigned long prop_flags;
        char *data;
-       struct lxc_mount_attr attr;
+       struct mount_attr attr;
        char *raw_options;
 };