this repo has no description
1
fork

Configure Feed

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

[vchroot] Don't Include <lkm/api.h>

Thomas A f3010468 4afea46e

-2
-1
src/vchroot/vchroot.c
··· 3 3 #include <unistd.h> 4 4 #include <fcntl.h> 5 5 #include <errno.h> 6 - #include <lkm/api.h> 7 6 8 7 extern int lkm_call(int nr, ...); 9 8 extern int __darling_vchroot(int dfd);
-1
src/vchroot/vchroot_test.c
··· 1 - #include <lkm/api.h> 2 1 #include <stdio.h> 3 2 #include <string.h> 4 3 #include <fcntl.h>