rpms/glibc-kernheaders/devel glibc-kernheaders-2.4-unistd.patch, 1.3, 1.4 glibc-kernheaders.spec, 1.104, 1.105

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 13:08:27 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/glibc-kernheaders/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12223

Modified Files:
	glibc-kernheaders-2.4-unistd.patch glibc-kernheaders.spec 
Log Message:
fix fstatat64 on i386

glibc-kernheaders-2.4-unistd.patch:
 asm-alpha/unistd.h  |   32 ++++++++++++++++++++++++++------
 asm-i386/unistd.h   |   27 +++++++++++++++++++++++++++
 asm-ia64/unistd.h   |   17 +++++++++++++++--
 asm-ppc/unistd.h    |   24 ++++++++++++++++++++++--
 asm-ppc64/unistd.h  |   26 ++++++++++++++++++++++++--
 asm-s390/unistd.h   |   14 ++++++++++++--
 asm-s390x/unistd.h  |   15 +++++++++++++--
 asm-x86_64/unistd.h |   30 ++++++++++++++++++++++++++++--
 8 files changed, 167 insertions(+), 18 deletions(-)

Index: glibc-kernheaders-2.4-unistd.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc-kernheaders/devel/glibc-kernheaders-2.4-unistd.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glibc-kernheaders-2.4-unistd.patch	23 Jan 2006 20:45:03 -0000	1.3
+++ glibc-kernheaders-2.4-unistd.patch	7 Apr 2006 13:07:53 -0000	1.4
@@ -86,7 +86,7 @@
 +#define __NR_mknodat		297
 +#define __NR_fchownat		298
 +#define __NR_futimesat		299
-+#define __NR_newfstatat		300
++#define __NR_fstat64		300
 +#define __NR_unlinkat		301
 +#define __NR_renameat		302
 +#define __NR_linkat		303


Index: glibc-kernheaders.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc-kernheaders/devel/glibc-kernheaders.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- glibc-kernheaders.spec	11 Feb 2006 03:11:51 -0000	1.104
+++ glibc-kernheaders.spec	7 Apr 2006 13:07:54 -0000	1.105
@@ -1,7 +1,7 @@
 Summary: Header files for the Linux kernel for use by glibc
 Name: glibc-kernheaders
 Version: 3.0
-Release: 5.2
+Release: 6%{?dist}
 License: GPL
 Group: Development/System
 ExclusiveOS: Linux
@@ -176,6 +176,9 @@
 
 
 %changelog
+* Fri Apr 07 2006 David Woodhouse <dwmw2 at redhat.com> - 3.0-6
+- Fix fstatat64 on i386 (it's not newfstatat)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 3.0-5.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list