Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6a14d0564dd39d89c9e973e75d77dd8f > files > 2

encfs-1.4.2-4mdv2009.0.src.rpm

--- encfs-1.4.2/encfs/ConfigVar.cpp	2008-01-05 14:39:12.000000000 -0800
+++ encfs-1.4.2/encfs/ConfigVar.cpp.new	2008-07-15 10:55:09.000000000 -0700
@@ -17,6 +17,7 @@
 
 #include "ConfigVar.h"
 #include <rlog/rlog.h>
+#include <cstring>
 
 using namespace rlog;
 
--- encfs-1.4.2/encfs/NameIO.cpp	2008-01-05 14:39:12.000000000 -0800
+++ encfs-1.4.2/encfs/NameIO.cpp.new	2008-07-15 10:59:41.000000000 -0700
@@ -20,6 +20,7 @@
 
 #include <rlog/rlog.h>
 #include <rlog/Error.h>
+#include <cstring>
 
 #include <map>
 
--- encfs-1.4.2/encfs/StreamNameIO.cpp	2008-01-05 14:39:12.000000000 -0800
+++ encfs-1.4.2/encfs/StreamNameIO.cpp.new	2008-07-15 10:59:53.000000000 -0700
@@ -22,6 +22,7 @@
 
 #include <rlog/rlog.h>
 #include <rlog/Error.h>
+#include <cstring>
 
 #include "i18n.h"
 
--- encfs-1.4.2/encfs/NullNameIO.cpp	2008-01-05 14:39:12.000000000 -0800
+++ encfs-1.4.2/encfs/NullNameIO.cpp.new	2008-07-15 11:01:54.000000000 -0700
@@ -20,6 +20,8 @@
 #include "Cipher.h"
 #include "base64.h"
 
+#include <cstring>
+
 using namespace rel;
 using boost::shared_ptr;
 
--- encfs-1.4.2/encfs/DirNode.cpp	2008-04-13 16:13:23.000000000 -0700
+++ encfs-1.4.2/encfs/DirNode.cpp.new	2008-07-15 11:03:20.000000000 -0700
@@ -38,6 +38,7 @@
 #include <rlog/Error.h>
 
 #include <iostream>
+#include <cstring>
 
 using namespace std;
 using namespace rel;
--- encfs-1.4.2/encfs/FileNode.cpp	2008-04-13 16:13:23.000000000 -0700
+++ encfs-1.4.2/encfs/FileNode.cpp.new	2008-07-15 11:08:51.000000000 -0700
@@ -45,6 +45,8 @@
 #include <rlog/rlog.h>
 #include <rlog/Error.h>
 
+#include <cstring>
+
 using namespace std;
 using namespace rel;
 using namespace rlog;
--- encfs-1.4.2/encfs/FileUtils.cpp	2008-04-13 16:13:23.000000000 -0700
+++ encfs-1.4.2/encfs/FileUtils.cpp.new	2008-07-15 11:14:24.000000000 -0700
@@ -61,6 +61,7 @@
 #include <boost/archive/xml_iarchive.hpp>
 #include <boost/archive/xml_oarchive.hpp>
 #include <boost/serialization/split_free.hpp>
+#include <boost/serialization/binary_object.hpp>
 
 using namespace rel;
 using namespace rlog;