summaryrefslogtreecommitdiff
path: root/lib/uid_wrapper/uid_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uid_wrapper/uid_wrapper.h')
-rw-r--r--lib/uid_wrapper/uid_wrapper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/uid_wrapper/uid_wrapper.h b/lib/uid_wrapper/uid_wrapper.h
index 27b7abccb3..7cb97af8df 100644
--- a/lib/uid_wrapper/uid_wrapper.h
+++ b/lib/uid_wrapper/uid_wrapper.h
@@ -1,5 +1,6 @@
/*
Copyright (C) Andrew Tridgell 2009
+ Copyright (c) 2011 Andreas Schneider <asn@samba.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -57,6 +58,11 @@ gid_t uwrap_getgid(void);
#endif
#define setregid uwrap_setregid
+#ifdef setresgid
+#undef setresgid
+#endif
+#define setresgid uwrap_setresgid
+
#ifdef geteuid
#undef geteuid
#endif