diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-15 20:06:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-15 20:06:22 +0000 |
commit | 05eb8975048ff270f6c0d61332e2130bcf2c9b6c (patch) | |
tree | dc952f14591b51b6ae5924348eb22365d7b51b32 /ChangeLog | |
parent | 6cb988fa7b81cd5f850c3f31fbae318a1df63521 (diff) | |
download | glibc-05eb8975048ff270f6c0d61332e2130bcf2c9b6c.zip glibc-05eb8975048ff270f6c0d61332e2130bcf2c9b6c.tar.gz glibc-05eb8975048ff270f6c0d61332e2130bcf2c9b6c.tar.bz2 |
[BZ #4130]
* login/utmp_file.c (setutent_file): Use O_LARGEFILE for
open_not_cancel_2.
(updwtmp_file): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-03-15 Jakub Jelinek <jakub@redhat.com> + [BZ #4130] + * login/utmp_file.c (setutent_file): Use O_LARGEFILE for + open_not_cancel_2. + (updwtmp_file): Likewise. + [BZ #4181] * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0. (inet6_opt_append): Don't check extlen is big enough if extbuf |