lkml.org 
[lkml]   [2008]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 03/16] markers: Add missing stdargs.h include, needed due to va_list usage
That seemed to cause built issue when marker.h is included early, even though
stdargs.h is included in kernel.h.

Impact: bugfix.

From: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
CC: 'Ingo Molnar' <mingo@elte.hu>
CC: Lai Jiangshan <laijs@cn.fujitsu.com>
---
include/linux/marker.h | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6-lttng/include/linux/marker.h
===================================================================
--- linux-2.6-lttng.orig/include/linux/marker.h 2008-11-14 16:58:54.000000000 -0500
+++ linux-2.6-lttng/include/linux/marker.h 2008-11-14 16:59:00.000000000 -0500
@@ -12,6 +12,7 @@
* See the file COPYING for more details.
*/

+#include <stdarg.h>
#include <linux/types.h>

struct module;
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68


\
 
 \ /
  Last update: 2008-11-15 00:03    [W:0.158 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site