From baba4e15bf291b698986f703c9ec89742012922c Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 20 Nov 2009 17:10:06 -0500 Subject: Allow members of the group stap-server to build the uprobes module. --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 1252d559..f498e1d6 100644 --- a/util.h +++ b/util.h @@ -12,6 +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); void tokenize(const std::string& str, std::vector& tokens, const std::string& delimiters); std::string find_executable(const std::string& name); -- cgit