Author: arekm                        Date: Mon May 25 09:31:38 2009 GMT
Module: packages                      Tag: LINUX_2_6_27
---- Log message:
- fix build with glibc 2.10

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.1.2.15.2.2 -> 1.1.2.15.2.3) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.2 
packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.3
--- packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.2       Fri May  1 
21:32:22 2009
+++ packages/kernel/kernel-small_fixes.patch    Mon May 25 11:31:33 2009
@@ -393,3 +393,32 @@
        }
        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.15.2.2&r2=1.1.2.15.2.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to