patch for assuan-handler.c

David Faure dfaure at klaralvdalens-datakonsult.se
Thu Jun 10 19:15:10 CEST 2004


--- assuan.orig/assuan-handler.c        2004-02-18 19:05:37.000000000 +0100
+++ assuan/assuan-handler.c     2004-06-10 19:12:18.571573877 +0200
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>

 #include "assuan-defs.h"

This is necessary to compile gpgme-0.9.0 on systems without fopencookie/funopen,
since assuan_get_data_fp sets errno on such systems.

Assuan is copied to other libs than gpgme, right? Inside gpgme, assuan_get_data_fp
is totally unused.

========

On another note the freebsd people had to add this to assuan-domain-connect.c
#ifdef __FreeBSD__
#include <sys/uio.h>
#endif
Not sure why, ask groot at kde.org

-- 
David Faure -- faure at kde.org, dfaure at klaralvdalens-datakonsult.se
Qt/KDE/KOffice developer
Klarälvdalens Datakonsult AB, Platform-independent software solutions



More information about the Gpa-dev mailing list