rpms/valgrind/devel valgrind-3.1.1-syscall-updates-from-trunk.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 12 15:44:23 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/valgrind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10059

Modified Files:
	valgrind-3.1.1-syscall-updates-from-trunk.patch 
Log Message:
3.1.1-2


valgrind-3.1.1-syscall-updates-from-trunk.patch:
 m_syswrap/priv_syswrap-generic.h |    1 
 m_syswrap/priv_syswrap-linux.h   |   16 ++
 m_syswrap/syswrap-amd64-linux.c  |   20 +++
 m_syswrap/syswrap-generic.c      |   76 ++++-------
 m_syswrap/syswrap-linux.c        |  256 +++++++++++++++++++++++++++++++++++++++
 m_syswrap/syswrap-ppc32-linux.c  |   23 ++-
 m_syswrap/syswrap-x86-linux.c    |   59 ++++++++
 vki_unistd-amd64-linux.h         |   16 ++
 vki_unistd-x86-linux.h           |   16 ++
 9 files changed, 428 insertions(+), 55 deletions(-)

Index: valgrind-3.1.1-syscall-updates-from-trunk.patch
===================================================================
RCS file: /cvs/dist/rpms/valgrind/devel/valgrind-3.1.1-syscall-updates-from-trunk.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- valgrind-3.1.1-syscall-updates-from-trunk.patch	12 Apr 2006 15:33:54 -0000	1.2
+++ valgrind-3.1.1-syscall-updates-from-trunk.patch	12 Apr 2006 15:44:20 -0000	1.3
@@ -769,7 +769,7 @@
 +#define __NR_mknodat		297
 +#define __NR_fchownat		298
 +#define __NR_futimesat		299
-+#define __NR_newfstatat		300
++#define __NR_fstatat64		300
 +#define __NR_unlinkat		301
 +#define __NR_renameat		302
 +#define __NR_linkat		303




More information about the fedora-cvs-commits mailing list