From: Roland McGrath Date: Sun, 25 Aug 2002 23:16:56 +0000 (+0000) Subject: * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl. X-Git-Tag: cvs/glibc-2-3~375 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9cbf9d72130f1bd3da48ac94cb1754c97c2bbcd;p=thirdparty%2Fglibc.git * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl. (getutent_r_file, internal_getut_r): Updated all callers. (getutline_r_file, pututline_file, updwtmp_file): Likewise. --- diff --git a/ChangeLog b/ChangeLog index ee5b9f5eee5..fba8c6bae1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-25 Roland McGrath + + * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl. + (getutent_r_file, internal_getut_r): Updated all callers. + (getutline_r_file, pututline_file, updwtmp_file): Likewise. + 2002-08-25 Ulrich Drepper * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is