diff options
author | Martin Hunt <hunt@redhat.com> | 2008-04-22 18:09:58 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-04-22 18:09:58 -0400 |
commit | 1482d30eb166b566e99fa21f9cd697abb711c30e (patch) | |
tree | 2744772ddc860a31ca716be5b2d7324898ea9df9 /runtime/staprun/staprun.h | |
parent | 79f716ddbd288236b816b1a7d5bf57e28403f4fa (diff) | |
download | systemtap-steved-1482d30eb166b566e99fa21f9cd697abb711c30e.tar.gz systemtap-steved-1482d30eb166b566e99fa21f9cd697abb711c30e.tar.xz systemtap-steved-1482d30eb166b566e99fa21f9cd697abb711c30e.zip |
Allow staprun to run on kernels without capabilities configured.
Diffstat (limited to 'runtime/staprun/staprun.h')
-rw-r--r-- | runtime/staprun/staprun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/staprun.h b/runtime/staprun/staprun.h index 6308d302..60bab391 100644 --- a/runtime/staprun/staprun.h +++ b/runtime/staprun/staprun.h @@ -126,7 +126,7 @@ void close_oldrelayfs(int); void setup_signals(void); /* cap.c */ void print_cap(char *text); -int init_cap(void); +void init_cap(void); void add_cap(cap_value_t cap); void del_cap(cap_value_t cap); void drop_cap(cap_value_t cap); |