]> git.pld-linux.org Git - packages/strace.git/commitdiff
- adjust for 4.5.20 auto/th/strace-4_5_20-1 auto/ti/strace-4_5_20-1
authorlisu <lisu@pld-linux.org>
Thu, 15 Apr 2010 07:39:14 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-stat64.patch -> 1.4

strace-stat64.patch

index db1359bac2696cd3c809e4017ab69f37abbb4589..6208ce4cea019e178cbc86d18f6f40beca667d08 100644 (file)
@@ -1,18 +1,18 @@
---- strace-4.5.3/configure.ac.orig     2004-04-25 15:46:46.000000000 +0000
-+++ strace-4.5.3/configure.ac  2004-04-25 16:29:07.000000000 +0000
-@@ -165,6 +165,14 @@
-                 struct stat.st_level,
-                 struct stat.st_rdev])
+--- strace-4.5.20/configure.ac~ 2010-04-13 18:09:23.000000000 +0200
++++ strace-4.5.20/configure.ac  2010-04-15 09:33:06.216138318 +0200
+@@ -192,6 +192,14 @@
+                  struct stat.st_rdev])
  AC_STAT64
+ AC_STATFS64
 +AC_CHECK_MEMBERS([struct stat64.st_blksize,
-+                struct stat64.st_blocks,
-+                struct stat64.st_aclcnt,
-+                struct stat64.st_flags,
-+                struct stat64.st_fstype,
-+                struct stat64.st_gen,
-+                struct stat64.st_level,
-+                struct stat64.st_rdev],,,[#include <asm/stat.h>])
++                 struct stat64.st_blocks,
++                 struct stat64.st_aclcnt,
++                 struct stat64.st_flags,
++                 struct stat64.st_fstype,
++                 struct stat64.st_gen,
++                 struct stat64.st_level,
++                 struct stat64.st_rdev],,,[#include <asm/stat.h>])
+
  AC_TYPE_SIGNAL
  AC_TYPE_UID_T
 --- strace-4.5.12/file.c.orig  2005-06-08 22:45:28.000000000 +0200
This page took 0.036598 seconds and 4 git commands to generate.