All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig: Add missing prototype
@ 2009-11-18 10:12 Rakib Mullick
  2009-11-18 10:20 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Rakib Mullick @ 2009-11-18 10:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kbuild, LKML, Michal Marek

  Patch named 'kbuild-generate-modulesbuiltin.patch' introduce a new
function 'fprintf2', without previous prototype declared. This patch adds
this missing prototype.

 When building defconfig on i386 - we were hit by the following warning:

  HOSTCC  scripts/kconfig/zconf.tab.o
In file included from scripts/kconfig/zconf.tab.c:2451:
scripts/kconfig/confdata.c:676: warning: no previous prototype for 'fprintf2'

Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
---

--- linus/scripts/kconfig/lkc.h	2009-11-18 16:37:46.000000000 +0600
+++ rakib/scripts/kconfig/lkc.h	2009-11-18 17:03:19.000000000 +0600
@@ -79,6 +79,7 @@ char *conf_get_default_confname(void);
 void sym_set_change_count(int count);
 void sym_add_change_count(int count);
 void conf_set_all_new_symbols(enum conf_def_mode mode);
+int fprintf2(FILE *f1, FILE *f2, const char *fmt, ...);

 /* kconfig_load.c */
 void kconfig_load(void);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-19  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 10:12 [PATCH] kconfig: Add missing prototype Rakib Mullick
2009-11-18 10:20 ` Michal Marek
2009-11-18 10:52   ` Rakib Mullick
2009-11-19  7:35     ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.