]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-getline.patch
- package modules.order, empty other ghost files (12.2k in size)
[packages/kernel.git] / kernel-getline.patch
CommitLineData
66c50be7
PG
1--- linux-2.6.27/scripts/unifdef.c.org 2009-05-25 09:52:07.548880740 +0200
2+++ linux-2.6.27/scripts/unifdef.c 2009-05-25 09:52:37.499458519 +0200
3@@ -206,7 +206,7 @@
4 static void error(const char *);
5 static int findsym(const char *);
6 static void flushline(bool);
7-static Linetype getline(void);
8+static Linetype unidef_getline(void);
9 static Linetype ifeval(const char **);
10 static void ignoreoff(void);
11 static void ignoreon(void);
12@@ -512,7 +512,7 @@
13
14 for (;;) {
15 linenum++;
16- lineval = getline();
17+ lineval = unidef_getline();
18 trans_table[ifstate[depth]][lineval]();
19 debug("process %s -> %s depth %d",
20 linetype_name[lineval],
21@@ -526,7 +526,7 @@
22 * help from skipcomment().
23 */
24 static Linetype
25-getline(void)
26+unidef_getline(void)
27 {
28 const char *cp;
29 int cursym;
30
This page took 0.035273 seconds and 4 git commands to generate.