SOURCES: strace-kernel26_userspace.patch, strace-stat64.patch - up...

qboosh qboosh at pld-linux.org
Sat Jun 11 19:26:27 CEST 2005


Author: qboosh                       Date: Sat Jun 11 17:26:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 4.5.12

---- Files affected:
SOURCES:
   strace-kernel26_userspace.patch (1.3 -> 1.4) , strace-stat64.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/strace-kernel26_userspace.patch
diff -u SOURCES/strace-kernel26_userspace.patch:1.3 SOURCES/strace-kernel26_userspace.patch:1.4
--- SOURCES/strace-kernel26_userspace.patch:1.3	Sat Jan 17 12:17:37 2004
+++ SOURCES/strace-kernel26_userspace.patch	Sat Jun 11 19:26:21 2005
@@ -10,13 +10,3 @@
  AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
  AC_CHECK_HEADERS([netinet/tcp.h netinet/udp.h],,, [#include <netinet/in.h>])
  
---- strace-4.5.1/bjm.c.orig	2002-11-06 15:00:12.000000000 +0100
-+++ strace-4.5.1/bjm.c	2004-01-17 12:15:45.707269760 +0100
-@@ -42,7 +42,6 @@
- #include <sys/user.h>
- #include <sys/syscall.h>
- #include <signal.h>
--#include <linux/linkage.h>
- 
- /* Bits of module.flags.  */
- 

================================================================
Index: SOURCES/strace-stat64.patch
diff -u SOURCES/strace-stat64.patch:1.2 SOURCES/strace-stat64.patch:1.3
--- SOURCES/strace-stat64.patch:1.2	Sun Apr 25 19:13:46 2004
+++ SOURCES/strace-stat64.patch	Sat Jun 11 19:26:21 2005
@@ -15,9 +15,9 @@
  
  AC_TYPE_SIGNAL
  AC_TYPE_UID_T
---- strace-4.5.3/file.c.orig	2004-01-13 10:16:47.000000000 +0000
-+++ strace-4.5.3/file.c	2004-04-25 16:30:39.000000000 +0000
-@@ -862,27 +862,27 @@
+--- strace-4.5.12/file.c.orig	2005-06-08 22:45:28.000000000 +0200
++++ strace-4.5.12/file.c	2005-06-11 19:25:18.200972552 +0200
+@@ -958,27 +958,27 @@
  			(unsigned long) statbuf.st_nlink,
  			(unsigned long) statbuf.st_uid,
  			(unsigned long) statbuf.st_gid);
@@ -52,17 +52,14 @@
  		break;
  	default:
  		tprintf("st_size=%llu, ", statbuf.st_size);
-@@ -892,24 +892,24 @@
+@@ -988,21 +988,21 @@
  		tprintf("st_atime=%s, ", sprinttime(statbuf.st_atime));
  		tprintf("st_mtime=%s, ", sprinttime(statbuf.st_mtime));
  		tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime));
 -#if HAVE_STRUCT_STAT_ST_FLAGS
 +#if HAVE_STRUCT_STAT64_ST_FLAGS
  		tprintf(", st_flags=");
- 		if (statbuf.st_flags) {
- 			printflags(fileflags, statbuf.st_flags);
- 		} else
- 			tprintf("0");
+ 		printflags(fileflags, statbuf.st_flags, "UF_???");
  #endif
 -#if HAVE_STRUCT_STAT_ST_ACLCNT
 +#if HAVE_STRUCT_STAT64_ST_ACLCNT
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/strace-kernel26_userspace.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/strace-stat64.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list