summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-11-23 17:39:16 -0500
committerDave Brolley <brolley@redhat.com>2009-11-23 17:39:16 -0500
commit562d60b004e3d7ae73c1c7508be529006bd6430f (patch)
tree8bf077ab4caa738eead9bfe386041f94565f0899 /util.h
parent3cb882af782ac1959b247ba7ec5286c516313218 (diff)
downloadsystemtap-steved-562d60b004e3d7ae73c1c7508be529006bd6430f.tar.gz
systemtap-steved-562d60b004e3d7ae73c1c7508be529006bd6430f.tar.xz
systemtap-steved-562d60b004e3d7ae73c1c7508be529006bd6430f.zip
Ensure uprobes/Makefile never returns failure due to setting permissions.
Ensure uprobes install directory has group 'stap-server'. Rename igid_in to in_group.
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index f498e1d6..b65f89e2 100644
--- a/util.h
+++ b/util.h
@@ -12,7 +12,7 @@ bool copy_file(const std::string& src, const std::string& dest,
bool verbose=false);
int create_dir(const char *dir);
int remove_file_or_dir(const char *dir);
-bool egid_in (const char *gname);
+bool in_group (const char *gname);
void tokenize(const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters);
std::string find_executable(const std::string& name);