diff options
author | Ron Yorston <rmy@pobox.com> | 2024-10-08 10:22:27 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-10-08 10:22:27 +0100 |
commit | 054f494916093715bc1d2d25a7a452a036d41add (patch) | |
tree | bc39de6ed29bc998867f095a26b9de7b0f8c3dfc /init | |
parent | 2fe27c6dbf3c752edbfddfd48c15bab55b3ab8de (diff) | |
download | busybox-w32-054f494916093715bc1d2d25a7a452a036d41add.tar.gz busybox-w32-054f494916093715bc1d2d25a7a452a036d41add.tar.bz2 busybox-w32-054f494916093715bc1d2d25a7a452a036d41add.zip |
libbb: code shrink supplementary group test
Recent upstream changes to file permission tests added a function
to check and cache values in the supplementary group list.
The implementation of getgroups() in the Windows port adds no
useful information beyond what can be obtained by checking the
current effective gid, which all callers of the new function
already do. The function can be replaced with a simple 'FALSE'.
Saves 232-288 bytes.
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions