This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug fix for a compilation error


Hi Maran,

On Wed, 2009-08-05 at 15:58 +0530, Maran wrote:
> 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)

Ah, yes, check_signature_rc is used outside the #if HAVE_NSS block also.
Applied you fix as follows:

commit 583cad3143755445bb860f1f1e61e0f56befd5f7
Author: Maran <maranp@linux.vnet.ibm.com>
Date:   Wed Aug 5 15:36:01 2009 +0200

    Fix compile error when not HAVE_NSS with staprun.
    
    * runtime/staprun/staprun_funcs.c (check_permissions): Declare
      check_signature_rc outside HAVE_NSS block.

Thanks,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]