Module: wine Branch: master Commit: 83ce9587936fea6e6808d4c5c0a7bfc807ad39ce URL: http://source.winehq.org/git/wine.git/?a=commit;h=83ce9587936fea6e6808d4c5c0...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 20 14:15:06 2006 +0100
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
---
dlls/ntdll/cdrom.c | 2 +- dlls/ntdll/directory.c | 6 ++-- dlls/ntdll/file.c | 23 ++++++++++------- dlls/ntdll/ntdll_misc.h | 2 +- dlls/ntdll/serial.c | 4 +- dlls/ntdll/server.c | 62 ++++++++++++++++++++++++++-------------------- dlls/ntdll/tape.c | 2 +- dlls/ntdll/virtual.c | 4 +- 8 files changed, 59 insertions(+), 46 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=83ce9587936fea6e6808d4...