Alexandre Julliard : ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 3 07:32:41 CST 2006


Module: wine
Branch: master
Commit: 9ddb9294da45ef17c315b355f123bb2c635ba18b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9ddb9294da45ef17c315b355f123bb2c635ba18b

Author: Alexandre Julliard <julliard at 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=9ddb9294da45ef17c315b355f123bb2c635ba18b



More information about the wine-cvs mailing list