This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-383-g5debe36


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5debe363133d76bfaf60597392ce2629a1920506 (commit)
      from  801720e63b20e3b8215764ff0d68a29534ca7e62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5debe363133d76bfaf60597392ce2629a1920506

commit 5debe363133d76bfaf60597392ce2629a1920506
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Oct 29 21:41:19 2009 -0700

    Bump timeout for utmp operations to 10s.

diff --git a/ChangeLog b/ChangeLog
index 593de06..0ed1d5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10564]
+	* login/utmp_file.c (TIMEOUT): Increase to 10.
+
 	[BZ #10609]
 	* sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
 	for file names in case the syscall is not available.
diff --git a/login/utmp_file.c b/login/utmp_file.c
index f32144d..d19a2c9 100644
--- a/login/utmp_file.c
+++ b/login/utmp_file.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2004, 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2004, 2007, 2008, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>
    and Paul Janzen <pcj@primenet.com>, 1996.
@@ -45,7 +45,7 @@ static struct utmp last_entry;
 
 /* Locking timeout.  */
 #ifndef TIMEOUT
-# define TIMEOUT 1
+# define TIMEOUT 10
 #endif
 
 /* Do-nothing handler for locking timeout.  */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    3 +++
 login/utmp_file.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]