From ed46dfc4f16e230645fae5f3b3b21c462694c30a Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 14 Mar 2011 08:08:58 -0400 Subject: s3: use getgrset() when it is available When getgrouplist() is not defined, use getgrset() if it is defined instead of using the initgroups() + getgroups() combo Major contributions from Yannick Bergeron Autobuild-User: Volker Lendecke Autobuild-Date: Sat Mar 19 10:09:38 CET 2011 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 9fcf173065..e8bd62598b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -269,7 +269,7 @@ _fork __fork fremoveea fremovexattr fseek64 fseeko64 fsetea fsetproplist fsetxattr _fstat __fstat fstat64 _fstat64 __fstat64 fsync ftell64 ftello64 ftruncate64 futimens futimes __fxstat getauthuid getcwd _getcwd __getcwd getdents __getdents getdents64 getdirentries -getgrent getgrnam getgrouplist getmntent getpagesize +getgrent getgrnam getgrouplist getgrset getmntent getpagesize getproplist get_proplist_entry getpwanam getpwent_r getrlimit gettext glob grantpt hstrerror initgroups innetgr inotify_init lgetea lgetxattr listea listxattr llistea llistxattr -- cgit