diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-30 23:15:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-30 23:15:55 +0000 |
commit | e0dbb4810552c091065080cb61d631354040f826 (patch) | |
tree | 8e4e25519279fd0b3db39e563450325916b28acf /ChangeLog | |
parent | e98fb1a6172fe54007525523f7a6cb88478d492c (diff) | |
download | glibc-e0dbb4810552c091065080cb61d631354040f826.tar.gz glibc-e0dbb4810552c091065080cb61d631354040f826.tar.xz glibc-e0dbb4810552c091065080cb61d631354040f826.zip |
Update.
* sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Avoid comparison with limit if we can rely on the syscall being available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ea7f0bbb05..c2de3d5a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-03-30 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Avoid + comparison with limit if we can rely on the syscall being available. + * nis/nss_nis/nis-initgroups.c: Implement getting the information from the netid.byname map if the system administrator allows this. * nis/Makefile (distribute): Add nss. |