From: alexandre.montplaisir@gmail.com (Alexandre Montplaisir)
Subject: [lttng-dev] [lttng-tools PATCH] Rename consumerd32_bindir -> consumerd32_path
Date: Tue, 29 Nov 2011 07:41:33 -0500 [thread overview]
Message-ID: <1322570493-16593-1-git-send-email-alexandre.montplaisir@gmail.com> (raw)
Fixes build error on 32-bit arches.
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
---
lttng-sessiond/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lttng-sessiond/main.c b/lttng-sessiond/main.c
index 89a4252..0a78f27 100644
--- a/lttng-sessiond/main.c
+++ b/lttng-sessiond/main.c
@@ -192,7 +192,7 @@ void setup_consumerd_path(void)
*/
#if (CAA_BITS_PER_LONG == 32)
if (!consumerd32_path[0]) {
- consumerd32_bindir = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
+ consumerd32_path = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
}
if (!consumerd32_libdir[0]) {
consumerd32_libdir = INSTALL_LIB_PATH;
--
1.7.7.3
next reply other threads:[~2011-11-29 12:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 12:41 Alexandre Montplaisir [this message]
2011-11-29 13:13 ` Mathieu Desnoyers
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=1322570493-16593-1-git-send-email-alexandre.montplaisir@gmail.com \
--to=alexandre.montplaisir@gmail.com \
/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