summaryrefslogtreecommitdiffstats
path: root/graphics/passepartout/files/patch-src::util::filesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/passepartout/files/patch-src::util::filesys.h')
-rw-r--r--graphics/passepartout/files/patch-src::util::filesys.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/passepartout/files/patch-src::util::filesys.h b/graphics/passepartout/files/patch-src::util::filesys.h
deleted file mode 100644
index a67194d77..000000000
--- a/graphics/passepartout/files/patch-src::util::filesys.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/util/filesys.h.orig Mon Jan 12 14:01:33 2004
-+++ src/util/filesys.h Sat Jan 17 23:40:36 2004
-@@ -6,6 +6,7 @@
- #include <string>
- #include <ios> // mode for access
- #include <stdexcept>
-+#include <time.h>
-
- /// An exception to use when a libc call fails and sets errno.
- class ClibException : public std::runtime_error {