public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Maran <maranp@linux.vnet.ibm.com>
To: systemtap@sourceware.org, Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Subject: Bug fix for a compilation error
Date: Wed, 05 Aug 2009 10:28:00 -0000	[thread overview]
Message-ID: <4A795EC8.9080704@linux.vnet.ibm.com> (raw)

Hi,
Here is the bug fix for the compilation error caused in commit 
release-0.9.9-91-g034ce93.
The error caused is,
runtime/staprun/staprun_funcs.c:509: error: ‘check_signature_rc’ 
undeclared (first use in this function)


--- a/runtime/staprun/staprun_funcs.c 2009-08-05 10:43:24.000000000 +0200
+++ b/runtime/staprun/staprun_funcs.c 2009-08-05 08:55:45.000000000 +0200
@@ -450,8 +450,8 @@ check_groups (void)
int check_permissions(void)
{
int check_groups_rc;
-#if HAVE_NSS
int check_signature_rc = 0;
+#if HAVE_NSS

/* Attempt to verify the module against its signature. Return failure
if the module has been tampered with (altered). */




Regards,
Maran

             reply	other threads:[~2009-08-05 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-05 10:28 Maran [this message]
2009-08-05 13:39 ` Mark Wielaard

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=4A795EC8.9080704@linux.vnet.ibm.com \
    --to=maranp@linux.vnet.ibm.com \
    --cc=ananth@in.ibm.com \
    --cc=systemtap@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).