linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
@ 2009-07-06  4:07 Arnaud Lacombe
  2009-07-17 21:07 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Arnaud Lacombe @ 2009-07-06  4:07 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Roman Zippel

Fix build on non GNU based platforms.
---
 scripts/kconfig/lxdialog/util.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c
index 86d95cc..f2375ad 100644
--- a/scripts/kconfig/lxdialog/util.c
+++ b/scripts/kconfig/lxdialog/util.c
@@ -19,6 +19,8 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */

+#include <stdarg.h>
+
 #include "dialog.h"

 struct dialog_info dlg;
-- 
1.6.3.3.385.g60647.dirty

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

* Re: [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
  2009-07-06  4:07 [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h' Arnaud Lacombe
@ 2009-07-17 21:07 ` Sam Ravnborg
  2009-07-17 21:24   ` Arnaud Lacombe
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2009-07-17 21:07 UTC (permalink / raw)
  To: Arnaud Lacombe; +Cc: linux-kbuild, Roman Zippel

On Mon, Jul 06, 2009 at 12:07:14AM -0400, Arnaud Lacombe wrote:
> Fix build on non GNU based platforms.

Applied this and your next patch to kbuild-fixes.git - thanks.

I you contribute additional patches please sign them off according to
SubmittingPatches in Documentation/

I applied both as they are very simple - but usual I would
reject not-signed-off patches.

	Sam

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

* Re: [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
  2009-07-17 21:07 ` Sam Ravnborg
@ 2009-07-17 21:24   ` Arnaud Lacombe
  0 siblings, 0 replies; 3+ messages in thread
From: Arnaud Lacombe @ 2009-07-17 21:24 UTC (permalink / raw)
  To: Arnaud Lacombe, linux-kbuild, Roman Zippel

Hi Sam,

Thanks a lot. Sorry for the missing signed-of-by issue, it was my
first public patch submit through git :-)

 - Arnaud

On Fri, Jul 17, 2009 at 5:07 PM, Sam Ravnborg<sam@ravnborg.org> wrote:
> On Mon, Jul 06, 2009 at 12:07:14AM -0400, Arnaud Lacombe wrote:
>> Fix build on non GNU based platforms.
>
> Applied this and your next patch to kbuild-fixes.git - thanks.
>
> I you contribute additional patches please sign them off according to
> SubmittingPatches in Documentation/
>
> I applied both as they are very simple - but usual I would
> reject not-signed-off patches.
>
>        Sam
>

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

end of thread, other threads:[~2009-07-17 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-06  4:07 [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h' Arnaud Lacombe
2009-07-17 21:07 ` Sam Ravnborg
2009-07-17 21:24   ` Arnaud Lacombe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).