Use real system_root mirror

This commit is contained in:
topjohnwu
2019-04-07 14:22:45 -04:00
parent 82ea9db9fd
commit befe1a83b5
2 changed files with 23 additions and 21 deletions

View File

@ -28,7 +28,9 @@
using namespace std;
extern char *system_block, *vendor_block, *data_block;
extern char *system_block;
extern char *vendor_block;
extern char *data_block;
static int inotify_fd = -1;