summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/patches/patch-af')
-rw-r--r--games/wesnoth/patches/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/wesnoth/patches/patch-af b/games/wesnoth/patches/patch-af
index bdbc674b8ef..b0bdce9a51d 100644
--- a/games/wesnoth/patches/patch-af
+++ b/games/wesnoth/patches/patch-af
@@ -1,12 +1,12 @@
-$NetBSD: patch-af,v 1.3 2009/04/22 19:29:26 hasso Exp $
+$NetBSD: patch-af,v 1.4 2010/08/28 20:08:40 adam Exp $
---- src/preferences.cpp.orig 2009-04-13 06:03:51 +0300
-+++ src/preferences.cpp 2009-04-13 06:04:17 +0300
-@@ -30,6 +30,7 @@
+--- src/preferences.cpp.orig 2010-01-01 13:16:49.000000000 +0000
++++ src/preferences.cpp
+@@ -31,6 +31,7 @@
#include "serialization/parser.hpp"
#include <sys/stat.h> // for setting the permissions of the preferences file
+#include <unistd.h>
- namespace {
-
+ static lg::log_domain log_filesystem("filesystem");
+ #define ERR_FS LOG_STREAM(err, log_filesystem)