diff options
Diffstat (limited to 'package/strace/strace-fix-disabled-largefile-syscalls.patch')
-rw-r--r-- | package/strace/strace-fix-disabled-largefile-syscalls.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/strace/strace-fix-disabled-largefile-syscalls.patch b/package/strace/strace-fix-disabled-largefile-syscalls.patch index bd331f98c..f6bcf96cf 100644 --- a/package/strace/strace-fix-disabled-largefile-syscalls.patch +++ b/package/strace/strace-fix-disabled-largefile-syscalls.patch @@ -1,5 +1,5 @@ ---- strace-4.5.15.orig/syscall.c 2007-01-29 17:23:38.000000000 +0100 -+++ strace-4.5.15/syscall.c 2007-01-29 18:02:17.000000000 +0100 +--- a/syscall.c ++++ b/syscall.c @@ -125,6 +125,18 @@ #define TP TRACE_PROCESS #define TS TRACE_SIGNAL |