[PATCH] add parameter vaiable to avoid gcc error

mabrand at mabrand.nl mabrand at mabrand.nl
Fri Mar 25 22:05:32 CET 2011


From: Mark Brand <mabrand at mabrand.nl>

---
 lib/system.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/system.c b/lib/system.c
index f3bed5f..b795fca 100644
--- a/lib/system.c
+++ b/lib/system.c
@@ -50,7 +50,7 @@
 #ifdef _WIN32
 
 int
-system_errno (gnutls_transport_ptr)
+system_errno (gnutls_transport_ptr p)
 {
   int tmperr = WSAGetLastError ();
   int ret = 0;
-- 
1.7.4.1





More information about the Gnutls-devel mailing list