Alexandre Julliard : ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.
Module: wine Branch: master Commit: 9ddb9294da45ef17c315b355f123bb2c635ba18b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9ddb9294da45ef17c315b355f1... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Nov 3 11:38:44 2006 +0100 ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required. --- dlls/ntdll/cdrom.c | 8 ++-- dlls/ntdll/directory.c | 18 ++++---- dlls/ntdll/file.c | 86 ++++++++++++++++++-------------------- dlls/ntdll/ntdll_misc.h | 2 + dlls/ntdll/serial.c | 19 +++----- dlls/ntdll/server.c | 105 ++++++++++++++++++++++++---------------------- dlls/ntdll/tape.c | 6 +- dlls/ntdll/virtual.c | 21 ++++----- 8 files changed, 130 insertions(+), 135 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9ddb9294da45ef17c315b3...
participants (1)
-
Alexandre Julliard