rpms/kernel/devel linux-2.6-x86_64-vdso.patch,1.3,1.4

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jul 20 20:23:28 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4173

Modified Files:
	linux-2.6-x86_64-vdso.patch 
Log Message:
buildfix

linux-2.6-x86_64-vdso.patch:

Index: linux-2.6-x86_64-vdso.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-x86_64-vdso.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-x86_64-vdso.patch	20 Jul 2007 19:52:27 -0000	1.3
+++ linux-2.6-x86_64-vdso.patch	20 Jul 2007 20:22:55 -0000	1.4
@@ -134,8 +134,8 @@
 +#include <linux/elfnote.h>
 +
 +	/* Supply version information to coredumps */
-+	ELFNOTE(kernelversion, 0, .long, LINUX_VERSION_CODE)
-+	ELFNOTE(os, 0, .asciz, UTS_SYSNAME)
++	ELFNOTE(kernelversion, 0, LINUX_VERSION_CODE)
++	ELFNOTE(os, 0, UTS_SYSNAME)
 Index: linux/arch/x86_64/vdso/vdso.lds.S
 ===================================================================
 --- /dev/null




More information about the scm-commits mailing list