diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:39:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:39:09 +0200 |
commit | 2895a5f5acd34349032729aab587dd3bee8d9cae (patch) | |
tree | f728ce55e5abd8079bd3b1bb590f98b5ee7ec90b /extra/partimage/partimage-0.6.8-gcc44.patch | |
parent | d0bedd6829590189a964314a2195ef6b6c915571 (diff) | |
download | nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.gz nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.bz2 nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.xz nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.zip |
ajout de partimage#0.6.8-1
Diffstat (limited to 'extra/partimage/partimage-0.6.8-gcc44.patch')
-rw-r--r-- | extra/partimage/partimage-0.6.8-gcc44.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/partimage/partimage-0.6.8-gcc44.patch b/extra/partimage/partimage-0.6.8-gcc44.patch new file mode 100644 index 000000000..b171dad08 --- /dev/null +++ b/extra/partimage/partimage-0.6.8-gcc44.patch @@ -0,0 +1,24 @@ +diff -Naur partimage-0.6.8/src/client/netclient.h partimage-0.6.8-new/src/client/netclient.h +--- partimage-0.6.8/src/client/netclient.h 2009-09-24 16:21:42.000000000 -0300 ++++ partimage-0.6.8-new/src/client/netclient.h 2009-11-26 09:23:07.000000000 -0200 +@@ -35,7 +35,7 @@ + #ifdef HAVE_SSL + SSL_CTX * ctx; + X509 * server_cert; +- SSL_METHOD * meth; ++ const SSL_METHOD * meth; + #endif + bool m_bUseSSL; + bool m_bMustLogin; +diff -Naur partimage-0.6.8/src/server/netserver.h partimage-0.6.8-new/src/server/netserver.h +--- partimage-0.6.8/src/server/netserver.h 2009-09-12 05:06:22.000000000 -0300 ++++ partimage-0.6.8-new/src/server/netserver.h 2009-11-26 09:32:02.000000000 -0200 +@@ -41,7 +41,7 @@ + #ifdef HAVE_SSL + SSL_CTX * ctx; + X509 * client_cert; +- SSL_METHOD * meth; ++ const SSL_METHOD * meth; + int err; + #endif + |