aboutsummaryrefslogtreecommitdiff
path: root/games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc')
-rw-r--r--games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc b/games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc
deleted file mode 100644
index 0b10e7da4565..000000000000
--- a/games/widelands/files/patch-src-io-filesystem-disk__filesystem.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/io/filesystem/disk_filesystem.cc.orig 2012-04-23 13:46:49.000000000 +0400
-+++ src/io/filesystem/disk_filesystem.cc 2013-09-13 20:35:42.666227898 +0400
-@@ -43,6 +43,7 @@
- #include <sys/statvfs.h>
- #include <sys/types.h>
- #include <fcntl.h>
-+#include <unistd.h> // for unlink()
- #ifndef _GNU_SOURCE
- #define _GNU_SOURCE // for O_NOATIME
- #endif