diff options
author | adam <adam@pkgsrc.org> | 2011-05-04 20:31:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-04 20:31:39 +0000 |
commit | 330b09f272bfc3d0be784fe801ec3aa8c3784b7b (patch) | |
tree | 2062780b5f7010f68af052c3df1181d6450883c9 /emulators/wine/patches/patch-ac | |
parent | 644fe43e869e29170e0a7f739f5207bd37fc6201 (diff) | |
download | pkgsrc-330b09f272bfc3d0be784fe801ec3aa8c3784b7b.tar.gz |
Changes 1.2.3:
* Translation updates
* Various bug fixes
Diffstat (limited to 'emulators/wine/patches/patch-ac')
-rw-r--r-- | emulators/wine/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac index 8ebede38b62..cca8580dcf5 100644 --- a/emulators/wine/patches/patch-ac +++ b/emulators/wine/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.39 2010/02/20 08:35:58 schwarz Exp $ +$NetBSD: patch-ac,v 1.40 2011/05/04 20:31:40 adam Exp $ --- dlls/ntdll/directory.c.orig 2008-10-17 17:45:25.000000000 +0200 +++ dlls/ntdll/directory.c 2010-02-19 23:38:56.000000000 +0100 -@@ -127,6 +127,20 @@ +@@ -131,6 +131,20 @@ #endif /* linux */ #define IS_OPTION_TRUE(ch) ((ch) == 'y' || (ch) == 'Y' || (ch) == 't' || (ch) == 'T' || (ch) == '1') |