]> Zhao Yanbai Git Server - minix.git/commitdiff
setgroups fix
authorDavid van Moolenbroek <david@minix3.org>
Tue, 19 Jan 2010 21:15:43 +0000 (21:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 19 Jan 2010 21:15:43 +0000 (21:15 +0000)
lib/other/Makefile.in
lib/other/_setgroups.c [moved from lib/other/setgroups.c with 100% similarity]

index dcb5032eb463649dc9e11dbf6e2891ee3b735ec7..7470dca7f0f5c34e4bfc5911a1ba40cba3347f6e 100644 (file)
@@ -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 \
similarity index 100%
rename from lib/other/setgroups.c
rename to lib/other/_setgroups.c