packages (LINUX_2_6_28): kernel/kernel-small_fixes.patch - build fixes with...

arekm arekm at pld-linux.org
Fri Jun 19 10:55:26 CEST 2009


Author: arekm                        Date: Fri Jun 19 08:55:26 2009 GMT
Module: packages                      Tag: LINUX_2_6_28
---- Log message:
- build fixes with glibc 2.10

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.1.2.18.4.1 -> 1.1.2.18.4.2) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.1.2.18.4.1 packages/kernel/kernel-small_fixes.patch:1.1.2.18.4.2
--- packages/kernel/kernel-small_fixes.patch:1.1.2.18.4.1	Sat Apr  4 20:02:11 2009
+++ packages/kernel/kernel-small_fixes.patch	Fri Jun 19 10:55:21 2009
@@ -343,3 +343,33 @@
  	}
  	ASSERT(item->ri_total > item->ri_cnt);
  	/* Description region is ri_buf[0] */
+--- linux-2.6.27/scripts/unifdef.c.org	2009-05-25 09:52:07.548880740 +0200
++++ linux-2.6.27/scripts/unifdef.c	2009-05-25 09:52:37.499458519 +0200
+@@ -206,7 +206,7 @@
+ static void             error(const char *);
+ static int              findsym(const char *);
+ static void             flushline(bool);
+-static Linetype         getline(void);
++static Linetype         unidef_getline(void);
+ static Linetype         ifeval(const char **);
+ static void             ignoreoff(void);
+ static void             ignoreon(void);
+@@ -512,7 +512,7 @@
+ 
+ 	for (;;) {
+ 		linenum++;
+-		lineval = getline();
++		lineval = unidef_getline();
+ 		trans_table[ifstate[depth]][lineval]();
+ 		debug("process %s -> %s depth %d",
+ 		    linetype_name[lineval],
+@@ -526,7 +526,7 @@
+  * help from skipcomment().
+  */
+ static Linetype
+-getline(void)
++unidef_getline(void)
+ {
+ 	const char *cp;
+ 	int cursym;
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.1.2.18.4.1&r2=1.1.2.18.4.2&f=u



More information about the pld-cvs-commit mailing list