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]

Bug fix for a compilation error


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


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