]> git.pld-linux.org Git - packages/strace.git/blob - strace-linux.patch
- updated to 4.2
[packages/strace.git] / strace-linux.patch
1 diff -ur strace-4.2.orig/system.c strace-4.2/system.c
2 --- strace-4.2.orig/system.c    Thu Dec 23 15:20:15 1999
3 +++ strace-4.2/system.c Sat Feb 12 19:46:51 2000
4 @@ -72,6 +72,8 @@
5  #include <linux/sysctl.h>
6  #endif
7  
8 +#include <linux/version.h>
9 +
10  static struct xlat mount_flags[] = {
11         { MS_RDONLY,    "MS_RDONLY"     },
12         { MS_NOSUID,    "MS_NOSUID"     },
13 @@ -1435,6 +1437,9 @@
14         { KERN_PROF, "KERN_PROF" },
15         { KERN_NODENAME, "KERN_NODENAME" },
16         { KERN_DOMAINNAME, "KERN_DOMAINNAME" },
17 +#if LINUX_VERSION_CODE >= 131595
18 +       { KERN_CAP_BSET, "KERN_CAP_BSET" },
19 +#endif
20  #ifdef KERN_SECURELVL
21         { KERN_SECURELVL, "KERN_SECURELVL" },
22  #endif
This page took 0.083145 seconds and 4 git commands to generate.