From 562d60b004e3d7ae73c1c7508be529006bd6430f Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 23 Nov 2009 17:39:16 -0500 Subject: Ensure uprobes/Makefile never returns failure due to setting permissions. Ensure uprobes install directory has group 'stap-server'. Rename igid_in to in_group. --- util.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.cxx') diff --git a/util.cxx b/util.cxx index 3887fcd1..6d461446 100644 --- a/util.cxx +++ b/util.cxx @@ -191,7 +191,7 @@ remove_file_or_dir (const char *name) // Determine whether the current user is in the given group. bool -egid_in (const char *gname) +in_group (const char *gname) { gid_t gid, gidlist[NGROUPS_MAX]; gid_t target_gid; -- cgit