]> git.pld-linux.org Git - packages/strace.git/blob - strace-linux.patch
- updated to version 4.5
[packages/strace.git] / strace-linux.patch
1 diff -urN strace-4.2.org/Makefile.in strace-4.2/Makefile.in
2 --- strace-4.2.org/Makefile.in  Sun Nov  5 17:56:54 2000
3 +++ strace-4.2/Makefile.in      Sun Nov  5 17:57:02 2000
4 @@ -39,8 +39,9 @@
5  prefix = @prefix@
6  exec_prefix = @exec_prefix@
7  
8 -bindir = $(exec_prefix)/bin
9 -man1dir = $(prefix)/man/man1
10 +bindir = @bindir@
11 +mandir = @mandir@
12 +man1dir = $(mandir)/man1
13  man1ext = .1
14  
15  SHELL = /bin/sh
16 diff -urN strace-4.2.org/system.c strace-4.2/system.c
17 --- strace-4.2.org/system.c     Sun Nov  5 17:56:54 2000
18 +++ strace-4.2/system.c Sun Nov  5 17:57:02 2000
19 @@ -1435,6 +1435,9 @@
20         { KERN_PROF, "KERN_PROF" },
21         { KERN_NODENAME, "KERN_NODENAME" },
22         { KERN_DOMAINNAME, "KERN_DOMAINNAME" },
23 +#ifdef KERN_CAP_BSET
24 +       { KERN_CAP_BSET, "KERN_CAP_BSET" },
25 +#endif
26  #ifdef KERN_SECURELVL
27         { KERN_SECURELVL, "KERN_SECURELVL" },
28  #endif
29 diff -urN strace-4.2.org/time.c strace-4.2/time.c
30 --- strace-4.2.org/time.c       Sun Nov  5 17:56:54 2000
31 +++ strace-4.2/time.c   Sun Nov  5 17:57:15 2000
32 @@ -33,7 +33,7 @@
33  
34  #ifdef LINUX
35  #include <linux/version.h>
36 -#include <linux/timex.h>
37 +#include <sys/timex.h>
38  #endif /* LINUX */
39  
40  void
This page took 0.02726 seconds and 3 git commands to generate.