diff options
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ac | 8 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ak | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac index 8a98ef58c5b..1fd0ac511bb 100644 --- a/emulators/wine/patches/patch-ac +++ b/emulators/wine/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.34 2006/10/29 20:03:58 adam Exp $ +$NetBSD: patch-ac,v 1.35 2006/11/25 13:23:14 adam Exp $ ---- configure.orig 2006-10-27 17:20:13.000000000 +0200 +--- configure.orig 2006-11-24 17:18:04.000000000 +0100 +++ configure -@@ -20266,7 +20266,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec +@@ -20215,7 +20215,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.34 2006/10/29 20:03:58 adam Exp $ else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -@@ -22283,7 +22283,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec +@@ -22232,7 +22232,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then diff --git a/emulators/wine/patches/patch-ak b/emulators/wine/patches/patch-ak index d714add90e9..19712f52e8a 100644 --- a/emulators/wine/patches/patch-ak +++ b/emulators/wine/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.8 2006/10/18 20:37:21 adam Exp $ +$NetBSD: patch-ak,v 1.9 2006/11/25 13:23:14 adam Exp $ ---- dlls/ntdll/file.c.orig 2006-10-13 16:43:39.000000000 +0200 +--- dlls/ntdll/file.c.orig 2006-11-24 17:18:04.000000000 +0100 +++ dlls/ntdll/file.c -@@ -1624,6 +1624,35 @@ NTSTATUS FILE_GetDeviceInfo( int fd, FIL +@@ -1765,6 +1765,35 @@ static NTSTATUS get_device_info( int fd, info->DeviceType = FILE_DEVICE_DISK_FILE_SYSTEM; break; } |