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_4-50-g24f4d29


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-50-g24f4d29
Date: Thu, 27 Oct 2011 15:52:59 +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=24f4d29d8c2c6359f8cd5eff1ee46c57d70fe431

The branch, master has been updated
       via  24f4d29d8c2c6359f8cd5eff1ee46c57d70fe431 (commit)
      from  e1411f865fcd0f40dc1703cf939373e8c1c5fc83 (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 24f4d29d8c2c6359f8cd5eff1ee46c57d70fe431
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Oct 27 17:54:09 2011 +0200

    added stdarg.h for vsnprintf.

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

Summary of changes:
 tests/utils.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/utils.c b/tests/utils.c
index fd543fe..e101be5 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -26,7 +26,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <stdarg.h>
+ 
 #include "utils.h"
 
 int debug = 0;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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