From 4e5ad6a0c91696001c38dc0f7fb3fa905637c6d5 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 16 May 2004 19:05:06 +0000 Subject: [PATCH] Rene Rebe: hotfix glibc23 - must have accidently reverted this patch [2004050301395330144] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2909 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/glibc23/gcc33-hotfix.patch | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/package/base/glibc23/gcc33-hotfix.patch b/package/base/glibc23/gcc33-hotfix.patch index 547624884..93605110d 100644 --- a/package/base/glibc23/gcc33-hotfix.patch +++ b/package/base/glibc23/gcc33-hotfix.patch @@ -20,26 +20,8 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -Rene Rebe: This fixes compilation with gcc-3.3 -Clifford: And the soinit.c thing is a workaroung for an x86_64 ICE +Clifford: The soinit.c thing is a workaroung for an x86_64 ICE. ---- glibc-2.3.2/stdio-common/sscanf.c 2002-08-10 20:09:08.000000000 +0200 -+++ glibc-2.3.2/stdio-common/sscanf.c 2003-05-13 09:46:19.000000000 +0200 -@@ -27,12 +27,10 @@ - /* Read formatted input from S, according to the format string FORMAT. */ - /* VARARGS2 */ - int --sscanf (s, format) -- const char *s; -- const char *format; -+sscanf (const char *s, const char *format, ... ) - { -- va_list arg; - int done; -+ va_list arg; - - va_start (arg, format); - done = __vsscanf (s, format, arg); --- ./elf/soinit.c.orig Tue Feb 24 15:55:00 2004 +++ ./elf/soinit.c Tue Feb 24 16:31:08 2004 @@ -25,7 +25,7 @@