|
|
@@ -9,18 +9,6 @@ Index: src/keyserver.c
|
|
|
# include <sys/socket.h>
|
|
|
# include <netinet/in.h>
|
|
|
# include <arpa/inet.h>
|
|
|
-Index: src/misc.c
|
|
|
---- src/misc.c.orig 2003-10-31 08:10:15.000000000 +0100
|
|
|
-+++ src/misc.c 2003-11-03 09:45:20.000000000 +0100
|
|
|
-@@ -470,7 +470,7 @@
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
--#ifdef __MINGW32__
|
|
|
-+#if defined(__MINGW32__) || defined(NEED_VASPRINTF)
|
|
|
- /*
|
|
|
- * Like vsprintf but provides a pointer to malloc'd storage, which
|
|
|
- * must be freed by the caller (gcry_free). Taken from libiberty as
|
|
|
Index: configure
|
|
|
--- configure.orig 2003-10-31 09:07:40.000000000 +0100
|
|
|
+++ configure 2003-11-03 09:45:29.000000000 +0100
|