mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 12:19:43 +00:00
[vchroot] Don't Include <lkm/api.h>
This commit is contained in:
parent
4afea46ec0
commit
f30104686b
@ -3,7 +3,6 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <lkm/api.h>
|
|
||||||
|
|
||||||
extern int lkm_call(int nr, ...);
|
extern int lkm_call(int nr, ...);
|
||||||
extern int __darling_vchroot(int dfd);
|
extern int __darling_vchroot(int dfd);
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <lkm/api.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user