]> git.pld-linux.org Git - packages/strace.git/commitdiff
- updated
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:09:42 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-linux.patch -> 1.5

strace-linux.patch

index a7c9a7978e89640ca8c718eea23aa80106b741c9..02dba590f51a119e51f186d774d0cc7af3fb22ed 100644 (file)
@@ -13,33 +13,6 @@ diff -urN strace-4.2.org/Makefile.in strace-4.2/Makefile.in
  man1ext = .1
  
  SHELL = /bin/sh
-diff -urN strace-4.2.org/file.c strace-4.2/file.c
---- strace-4.2.org/file.c      Sun Nov  5 17:56:54 2000
-+++ strace-4.2/file.c  Sun Nov  5 17:57:02 2000
-@@ -35,11 +35,14 @@
- #include <dirent.h>
- #ifdef linux
- #define dirent kernel_dirent
-+#define dirent64 kernel_dirent64
- #include <linux/types.h>
- #include <linux/dirent.h>
- #undef dirent
-+#undef dirent64
- #else
- #define kernel_dirent dirent
-+#define kernel_dirent64 dirent64
- #endif
- #ifdef linux
-@@ -611,7 +614,7 @@
-       realprintstat(tcp, &statbuf);
- }
--#ifdef STAT64
-+#ifdef HAVE_STAT64
- static void
- printstat64(tcp, addr)
- struct tcb *tcp;
 diff -urN strace-4.2.org/system.c strace-4.2/system.c
 --- strace-4.2.org/system.c    Sun Nov  5 17:56:54 2000
 +++ strace-4.2/system.c        Sun Nov  5 17:57:02 2000
This page took 0.030077 seconds and 4 git commands to generate.