Re: libassuan 0.6.8 released

Michael Nottebrock <[email protected]> Thu, 25 Nov 2004 19:55:18 +0100
Newsgroups gmane.comp.encryption.gpg.gpa.devel
Message-ID <[email protected]>
On Thursday, 25. November 2004 14:04, Werner Koch wrote:

> Noteworthy changes in version 0.6.8 (2004-11-25)
> ------------------------------------------------
>
>  * Fixes for C89 compatibility and some first takes on a W32 port.

In assuan-socket.c, an additional include is required to compile on FreeBSD 4. 
Patch attached.

-- 
   ,_,   | Michael Nottebrock               | [email protected]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

_______________________________________________
Gpa-dev mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gpa-dev
patch-assuan-socket.c (text/plain, 250 B)
--- src/assuan-socket.c.orig	Thu Nov 25 19:38:50 2004
+++ src/assuan-socket.c	Thu Nov 25 19:39:09 2004
@@ -23,6 +23,7 @@
 #include <windows.h>
 #include <io.h>
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #endif
 #include "assuan-defs.h"
signature.asc (application/pgp-signature, 187 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQBBpiqXXhc68WspdLARAsdCAKCiOSJV2eNdT13/FV9l3fMViB4P2gCgkimb
A2N7hhBkzN7iHGBwIrGhe34=
=9rpm
-----END PGP SIGNATURE-----