lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1313091459-12049-1-git-send-email-vnagarnaik@google.com>
Date:	Thu, 11 Aug 2011 12:37:35 -0700
From:	Vaibhav Nagarnaik <vnagarnaik@...gle.com>
To:	Steven Rostedt <rostedt@...dmis.org>
Cc:	Michael Rubin <mrubin@...gle.com>,
	David Sharp <dhsharp@...gle.com>, linux-kernel@...r.kernel.org,
	Vaibhav Nagarnaik <vnagarnaik@...gle.com>
Subject: [PATCH 1/5] trace-cmd: Add function declaration to fix compile warning

The function trace_util_ftrace_options() is not declared and causes a
compile warning. This patch declares it in trace-cmd.h.

Signed-off-by: Vaibhav Nagarnaik <vnagarnaik@...gle.com>
---
 trace-cmd.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/trace-cmd.h b/trace-cmd.h
index f436845..66cdb28 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -209,6 +209,7 @@ void tracecmd_stat_cpu(struct trace_seq *s, int cpu);
 /* --- Plugin handling --- */
 extern struct plugin_option trace_ftrace_options[];
 
+void trace_util_ftrace_options(void);
 void trace_util_add_option(const char *name, const char *val);
 void trace_util_load_plugins(struct pevent *pevent, const char *suffix,
 			     void (*load_plugin)(struct pevent *pevent,
-- 
1.7.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ