diff options
Diffstat (limited to 'emulators/wine-devel/patches/patch-ac')
-rw-r--r-- | emulators/wine-devel/patches/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine-devel/patches/patch-ac b/emulators/wine-devel/patches/patch-ac index 34ed551c18f..2a52af2df0e 100644 --- a/emulators/wine-devel/patches/patch-ac +++ b/emulators/wine-devel/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2008/11/21 18:54:56 adam Exp $ +$NetBSD: patch-ac,v 1.3 2011/05/02 21:23:01 adam Exp $ ---- dlls/ntdll/directory.c.orig 2008-11-21 17:20:28.000000000 +0100 +--- dlls/ntdll/directory.c.orig 2010-06-18 17:36:58.000000000 +0000 +++ dlls/ntdll/directory.c -@@ -130,6 +130,20 @@ static inline int getdents64( int fd, ch +@@ -128,6 +128,20 @@ static inline int getdents64( int fd, ch #endif /* linux */ #define IS_OPTION_TRUE(ch) ((ch) == 'y' || (ch) == 'Y' || (ch) == 't' || (ch) == 'T' || (ch) == '1') |