packages (LINUX_2_6_22): kernel/kernel-small_fixes.patch - getline fix

arekm arekm at pld-linux.org
Wed Aug 26 21:08:04 CEST 2009


Author: arekm                        Date: Wed Aug 26 19:08:04 2009 GMT
Module: packages                      Tag: LINUX_2_6_22
---- Log message:
- getline fix

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.1.2.5 -> 1.1.2.5.4.1) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.1.2.5 packages/kernel/kernel-small_fixes.patch:1.1.2.5.4.1
--- packages/kernel/kernel-small_fixes.patch:1.1.2.5	Wed Aug 29 08:40:18 2007
+++ packages/kernel/kernel-small_fixes.patch	Wed Aug 26 21:07:59 2009
@@ -111,3 +111,33 @@
 +#define clear_suspend2_fault() do { } while(0)
 +
  #endif /* __ASM_POWERPC_SUSPEND_H */
+--- 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.5&r2=1.1.2.5.4.1&f=u



More information about the pld-cvs-commit mailing list