From: David van Moolenbroek Date: Tue, 19 Jan 2010 21:15:43 +0000 (+0000) Subject: setgroups fix X-Git-Tag: v3.1.6~67 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=cff75286dfdf239a4a5ee03b303c933f5fef364b;p=minix.git setgroups fix --- diff --git a/lib/other/Makefile.in b/lib/other/Makefile.in index dcb5032eb..7470dca7f 100644 --- a/lib/other/Makefile.in +++ b/lib/other/Makefile.in @@ -26,6 +26,7 @@ libc_FILES=" \ _reboot.c \ _sbrk.c \ _seekdir.c \ + _setgroups.c \ _sprofile.c \ _svrctl.c \ _sysuname.c \ @@ -79,7 +80,6 @@ libc_FILES=" \ rindex.c \ rlimit.c \ setenv.c \ - setgroups.c \ settimeofday.c \ stderr.c \ strdup.c \ diff --git a/lib/other/setgroups.c b/lib/other/_setgroups.c similarity index 100% rename from lib/other/setgroups.c rename to lib/other/_setgroups.c