diff options
Diffstat (limited to 'net/nepenthes/files/patch-nepenthes-core__include__Config.hpp')
-rw-r--r-- | net/nepenthes/files/patch-nepenthes-core__include__Config.hpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/nepenthes/files/patch-nepenthes-core__include__Config.hpp b/net/nepenthes/files/patch-nepenthes-core__include__Config.hpp deleted file mode 100644 index b9953b85f5eb..000000000000 --- a/net/nepenthes/files/patch-nepenthes-core__include__Config.hpp +++ /dev/null @@ -1,18 +0,0 @@ ---- nepenthes-core/include/Config.hpp.orig -+++ nepenthes-core/include/Config.hpp -@@ -44,12 +44,14 @@ - #include <sys/stat.h> - #include <unistd.h> - // errno() --#include <errno.h> -+#include <cerrno> - // open() - #include <fcntl.h> - - #include <stdint.h> - -+#include <cstring> -+ - #endif - - using namespace std; |