summaryrefslogtreecommitdiffstats
path: root/extra/partimage/partimage-0.6.8-gcc44.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/partimage/partimage-0.6.8-gcc44.patch')
-rw-r--r--extra/partimage/partimage-0.6.8-gcc44.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/partimage/partimage-0.6.8-gcc44.patch b/extra/partimage/partimage-0.6.8-gcc44.patch
deleted file mode 100644
index b171dad08..000000000
--- a/extra/partimage/partimage-0.6.8-gcc44.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-