diff options
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/patches/patch-ak b/emulators/wine/patches/patch-ak index 1c1c0bcc963..851089203a4 100644 --- a/emulators/wine/patches/patch-ak +++ b/emulators/wine/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.11 2007/04/13 21:25:48 adam Exp $ +$NetBSD: patch-ak,v 1.12 2007/04/29 12:48:05 adam Exp $ ---- dlls/ntdll/file.c.orig 2007-04-13 17:47:52.000000000 +0200 +--- dlls/ntdll/file.c.orig 2007-04-27 16:48:53.000000000 +0200 +++ dlls/ntdll/file.c -@@ -1817,6 +1817,35 @@ static NTSTATUS get_device_info( int fd, +@@ -1809,6 +1809,35 @@ static NTSTATUS get_device_info( int fd, info->DeviceType = FILE_DEVICE_DISK_FILE_SYSTEM; break; } |