mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 12:43:43 +00:00
Fix Android build due to missing constant
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
5c3fcae78b
commit
f5fd66f70a
@ -63,6 +63,10 @@
|
|||||||
#define LO_FLAGS_AUTOCLEAR 4
|
#define LO_FLAGS_AUTOCLEAR 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef LOOP_CTL_GET_FREE
|
||||||
|
#define LOOP_CTL_GET_FREE 0x4C82
|
||||||
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_FS_SIZE 1073741824
|
#define DEFAULT_FS_SIZE 1073741824
|
||||||
#define DEFAULT_FSTYPE "ext3"
|
#define DEFAULT_FSTYPE "ext3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user