]> git.pld-linux.org Git - packages/strace.git/blame - strace-linux.patch
- updated to 4.5.3 (better support for NPTL threads)
[packages/strace.git] / strace-linux.patch
CommitLineData
afffa7d5 1diff -urN strace-4.2.org/Makefile.in strace-4.2/Makefile.in
aaea8864
AM
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
afffa7d5
AM
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
afffa7d5 16diff -urN strace-4.2.org/system.c strace-4.2/system.c
aaea8864
AM
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
afffa7d5 19@@ -1435,6 +1435,9 @@
c34ae0b4
AM
20 { KERN_PROF, "KERN_PROF" },
21 { KERN_NODENAME, "KERN_NODENAME" },
22 { KERN_DOMAINNAME, "KERN_DOMAINNAME" },
afffa7d5 23+#ifdef KERN_CAP_BSET
c34ae0b4 24+ { KERN_CAP_BSET, "KERN_CAP_BSET" },
c34ae0b4 25+#endif
842d718f
JR
26 #ifdef KERN_SECURELVL
27 { KERN_SECURELVL, "KERN_SECURELVL" },
28 #endif
aaea8864
AM
29diff -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.035798 seconds and 4 git commands to generate.