[Pkg-wmaker-commits] [wmbiff] 01/05: wmbiff: FTBFS with initialize_gnutls

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Jul 20 13:37:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmbiff.

commit 5434813759ffde48ab2f5e9bf7a675e9d165c7d5
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date:   Sun Aug 16 12:07:27 2015 +0200

    wmbiff: FTBFS with initialize_gnutls
    
    The first argument for the function initialize_gnutls is an intptr_t
    so wmbiff fails to build from source. This patch changes the current
    int to intptr_t.
    
    Signed-off-by: Rodolfo García Peñas (kix) <kix at kix.es>
---
 wmbiff/tlsComm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 478b555..85426a0 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -657,7 +657,7 @@ void handle_gnutls_read_error(int readbytes, struct connection_state *scs)
 
 #else
 /* declare stubs when tls isn't compiled in */
-struct connection_state *initialize_gnutls(UNUSED(int sd),
+struct connection_state *initialize_gnutls(UNUSED(intptr_t sd),
 										   UNUSED(char *name),
 										   UNUSED(Pop3 pc),
 										   UNUSED(const char

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list