]> git.pld-linux.org Git - packages/sysdig.git/blob - sysdig-linux4.patch
a8a841ae83e39cd13c018acdc508aaf1e188e94f
[packages/sysdig.git] / sysdig-linux4.patch
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.073516 seconds and 2 git commands to generate.