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.11-313-g3fedf0f


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  3fedf0feb75457f7098a0119ca4203ff449546b6 (commit)
      from  b8b14c4cc38883032b8ebae50c9a8b3efd256483 (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=3fedf0feb75457f7098a0119ca4203ff449546b6

commit 3fedf0feb75457f7098a0119ca4203ff449546b6
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Sat Apr 3 23:10:16 2010 -0700

    Add missing include.

diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c
index a556389..7999a30 100644
--- a/crypt/crypt_util.c
+++ b/crypt/crypt_util.c
@@ -27,6 +27,7 @@
 #ifdef DEBUG
 #include <stdio.h>
 #endif
+#include <atomic.h>
 #include <string.h>
 
 #ifndef STATIC

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

Summary of changes:
 crypt/crypt_util.c |    1 +
 1 files changed, 1 insertions(+), 0 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]