Cannot compile on recent versions of Linux distros
Brought to you by:
vitkin
Compilation error while running the make command.
It concerns the files loggedfs.cpp and the Filter.h.
--- a/src/Filter.h
+++ b/src/Filter.h
@@ -27,0 +28 @@
+
@@ -29,0 +31,2 @@
+#include <string.h>
+
--- a/src/loggedfs.cpp
+++ b/src/loggedfs.cpp
@@ -46 +46 @@ static void openLogFile(const char* filename)
- fileLog = open(filename, O_WRONLY | O_CREAT | O_APPEND);
+ fileLog = open(filename, O_WRONLY | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR);
@@ -1322,0 +1323 @@ int main(int argc, char* argv[])
+