]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix Android build due to missing constant
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Jul 2015 15:55:46 +0000 (11:55 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Aug 2015 19:57:39 +0000 (15:57 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/bdev.c

index 5540b49f23a04a2344d24432f588c65c194f1bec..c6a8efc075539d2dde945614d0f837c66f36f4e2 100644 (file)
 #define LO_FLAGS_AUTOCLEAR 4
 #endif
 
+#ifndef LOOP_CTL_GET_FREE
+#define LOOP_CTL_GET_FREE 0x4C82
+#endif
+
 #define DEFAULT_FS_SIZE 1073741824
 #define DEFAULT_FSTYPE "ext3"