The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Rakib Mullick <rakib.mullick@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kbuild@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH] kconfig: Add missing prototype
Date: Wed, 18 Nov 2009 11:20:30 +0100	[thread overview]
Message-ID: <4B03CA6E.8080102@suse.cz> (raw)
In-Reply-To: <b9df5fa10911180212h5d74e640g859e7cebe952689@mail.gmail.com>

Dne 18.11.2009 11:12, Rakib Mullick napsal(a):
>   Patch named 'kbuild-generate-modulesbuiltin.patch' introduce a new
> function 'fprintf2', without previous prototype declared. This patch adds
> this missing prototype.

Hi Rakib,

thanks for the fix, but I already posted a new, simplified version that
doesn't use the fprintf2() thing at all:
http://patchwork.kernel.org/patch/50131/

Michal


>  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);


  reply	other threads:[~2009-11-18 10:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-18 10:12 [PATCH] kconfig: Add missing prototype Rakib Mullick
2009-11-18 10:20 ` Michal Marek [this message]
2009-11-18 10:52   ` Rakib Mullick
2009-11-19  7:35     ` Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B03CA6E.8080102@suse.cz \
    --to=mmarek@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rakib.mullick@gmail.com \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox