diff options
Diffstat (limited to 'textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h')
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h b/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h deleted file mode 100644 index 0c05b9e380f5..000000000000 --- a/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h +++ /dev/null @@ -1,13 +0,0 @@ ---- Modules/SharedHeaders/OVFileHandler.h.orig Tue Feb 14 00:18:36 2006 -+++ Modules/SharedHeaders/OVFileHandler.h Mon Mar 20 16:19:33 2006 -@@ -36,9 +36,9 @@ - #include <fstream> - - #ifndef WIN32 -+ #include <sys/types.h> - #include <sys/mman.h> - #include <sys/stat.h> -- #include <sys/types.h> - #include <stdio.h> - #include <fcntl.h> - #include <unistd.h> |