SOURCES: uClibc-x86_64.patch (NEW) - gcc (3.3.6) doesn't allow ' i...
qboosh
qboosh at pld-linux.org
Sun Aug 28 11:22:09 CEST 2005
Author: qboosh Date: Sun Aug 28 09:22:09 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- gcc (3.3.6) doesn't allow ' in warning #without quotes
---- Files affected:
SOURCES:
uClibc-x86_64.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/uClibc-x86_64.patch
diff -u /dev/null SOURCES/uClibc-x86_64.patch:1.1
--- /dev/null Sun Aug 28 11:22:09 2005
+++ SOURCES/uClibc-x86_64.patch Sun Aug 28 11:22:04 2005
@@ -0,0 +1,11 @@
+--- uClibc-0.9.28/libc/sysdeps/linux/x86_64/sigaction.c.orig 2005-08-28 10:59:32.000000000 +0200
++++ uClibc-0.9.28/libc/sysdeps/linux/x86_64/sigaction.c 2005-08-28 10:58:49.000000000 +0200
+@@ -27,7 +27,7 @@
+
+
+ #if defined __NR_rt_sigaction
+-#warning Yes there are two warnings here. Don't worry about it.
++#warning "Yes there are two warnings here. Don't worry about it."
+ static void restore_rt (void) asm ("__restore_rt");
+ static void restore (void) asm ("__restore");
+
================================================================
More information about the pld-cvs-commit
mailing list