hoi :) On Mon, Jul 10, 2006 at 01:12:37PM +0200, Jesper Juhl wrote: > --- linux-2.6.18-rc1-orig/scripts/kconfig/mconf.c 2006-06-18 03:49:35.000000000 +0200 > +++ linux-2.6.18-rc1/scripts/kconfig/mconf.c 2006-07-09 19:48:05.000000000 +0200 > @@ -276,7 +276,7 @@ static void conf_save(void); > static void show_textbox(const char *title, const char *text, int r, int c); > static void show_helptext(const char *title, const char *text); > static void show_help(struct menu *menu); > -static void show_file(const char *filename, const char *title, int r, int c); > +static void show_file(const char *fname, const char *title, int r, int c); > > static void cprint_init(void); > static int cprint1(const char *fmt, ...); perhaps its more clear if you change the global variable instead? perhaps to config_filename? -- Martin Waitz
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- From: "Jesper Juhl" <[email protected]>
- Re: [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- From: Jan-Benedict Glaw <[email protected]>
- Re: [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- References:
- [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- From: Jesper Juhl <[email protected]>
- [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- Prev by Date: Re: lockdep input layer warnings.
- Next by Date: Re: [PATCH] Airprime driver improvements to allow full speed EvDO transfers
- Previous by thread: [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- Next by thread: Re: [RFC][PATCH 2/9] -Wshadow: Fix warnings in mconf
- Index(es):