rename include to lkmc

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 9c8f95d630
commit 1cc3ee8657
18 changed files with 56 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
#include <sys/types.h>
#include <unistd.h> /* sleep */
#include <include/anonymous_inode.h>
#include <lkmc/anonymous_inode.h>
int main(int argc, char **argv) {
char buf[1024];

View File

@@ -10,7 +10,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <include/ioctl.h>
#include <lkmc/ioctl.h>
int main(int argc, char **argv) {
char *ioctl_path;

View File

@@ -7,7 +7,7 @@
#include <sys/socket.h>
#include <unistd.h>
#include <include/netlink.h>
#include <lkmc/netlink.h>
#define MAX_PAYLOAD 1024