this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix 32-bit dyld, fix LKM build

+11
+11
src/kernel/emulation/linux/vchroot_userspace.c
··· 60 60 static int prefix_path_len = -1; 61 61 62 62 static const char EXIT_PATH[] = "/Volumes/SystemRoot"; 63 + 64 + #ifndef TEST 65 + #ifdef VARIANT_DYLD 66 + #define icase_enabled false 67 + #else 68 + #define icase_enabled true 69 + #endif 70 + 71 + #else 63 72 static bool icase_enabled = true; 73 + #endif 74 + 64 75 static const int MAX_SYMLINK_DEPTH = 10; 65 76 66 77 struct context