gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-37-g2a8cf74


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-37-g2a8cf74
Date: Thu, 08 Dec 2011 22:17:23 +0000

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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2a8cf749ad2e5bcc99f7e3283aea066dbf92bf2a

The branch, master has been updated
       via  2a8cf749ad2e5bcc99f7e3283aea066dbf92bf2a (commit)
      from  d373c54e0a3b56e629fd2601a0e031e022e88c71 (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 -----------------------------------------------------------------
commit 2a8cf749ad2e5bcc99f7e3283aea066dbf92bf2a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Dec 8 23:19:37 2011 +0100

    corrected have_cpuid for x86-64.

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

Summary of changes:
 lib/accelerated/x86/x86.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/accelerated/x86/x86.h b/lib/accelerated/x86/x86.h
index a5f7967..617db0f 100644
--- a/lib/accelerated/x86/x86.h
+++ b/lib/accelerated/x86/x86.h
@@ -29,7 +29,7 @@ void gnutls_cpuid(unsigned int func, unsigned int *ax, 
unsigned int *bx, unsigne
 # ifdef ASM_X86_32
 unsigned int gnutls_have_cpuid(void);
 # else
-#  define _gnutls_have_cpuid() 1
+#  define gnutls_have_cpuid() 1
 # endif /* ASM_X86_32 */
 
 #endif


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]