]> git.pld-linux.org Git - packages/sysdig.git/blame - sysdig-linux4.patch
- use lua51 instead of luajit where the latter is not available
[packages/sysdig.git] / sysdig-linux4.patch
CommitLineData
1dbaede1
JB
1--- sysdig-0.13.0/driver/main.c.orig 2016-12-20 16:58:06.000000000 +0100
2+++ sysdig-0.13.0/driver/main.c 2017-01-24 20:56:10.452973281 +0100
3@@ -1737,8 +1737,10 @@
4 }
5 }
6
7+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 1)
8 int __access_remote_vm(struct task_struct *t, struct mm_struct *mm, unsigned long addr,
9 void *buf, int len, int write);
10+#endif
11
12 TRACEPOINT_PROBE(syscall_procexit_probe, struct task_struct *p)
13 {
This page took 0.024568 seconds and 4 git commands to generate.