summaryrefslogtreecommitdiffstats
path: root/source/lib/replace.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/replace.c')
-rw-r--r--source/lib/replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace.c b/source/lib/replace.c
index a768e9ce47a..632e80f5905 100644
--- a/source/lib/replace.c
+++ b/source/lib/replace.c
@@ -187,7 +187,7 @@ Corrections by richard.kettlewell@kewill.com
}
}
endgrent();
- return(setgroups(i,grouplst));
+ return(sys_setgroups(i,grouplst));
#endif /* HAVE_SETGROUPS */
}
#endif /* HAVE_INITGROUPS */