components/lftp/patches/lftp_ssl.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Thu, 12 May 2016 11:26:45 -0700
changeset 5973 e70390875a14
parent 236 b8597a028a7a
permissions -rw-r--r--
23277356 libvpx only needs yasm on intel

--- src/lftp_ssl.cc.old	Tue Mar  4 04:55:14 2008
+++ src/lftp_ssl.cc	Tue Mar  4 04:55:42 2008
@@ -95,7 +95,7 @@
 
 static void munmap_file(gnutls_datum_t data)
 {
-    munmap(data.data, data.size);
+    munmap((char*)data.data, data.size);
 }
 
 #if LFTP_LIBGNUTLS_VERSION_CODE < 0x010201