]> 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>
Fri, 14 Aug 2015 17:25:36 +0000 (13:25 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/bdev.c

index 3dfab73ab3e1712656594cdb6169a894d0f6b7ac..6674eae5155ec4c450914a100f928c6db5ab28c0 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"