wine/ server/trace.c server/sock.c server/seri ...

Alexandre Julliard julliard at winehq.org
Tue Aug 17 19:04:58 CDT 2004


ChangeSet ID:	13359
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/08/17 19:04:58

Modified files:
	server         : trace.c sock.c serial.c protocol.def 
	                 named_pipe.c file.h file.c fd.c 
	misc           : registry.c 
	include/wine   : server_protocol.h server.h 
	dlls/winsock   : socket.c 
	dlls/winedos   : int21.c int13.c 
	dlls/ntdll     : virtual.c server.c ntdll.spec file.c 
	                 directory.c cdrom.c 
	dlls/kernel    : vxd.c sync.c file.c comm.c 

Log message:
	Fd type is no longer used, get rid of it.

Patch: http://cvs.winehq.org/patch.py?id=13359

Old revision  New revision  Changes     Path
 1.211         1.212         +0 -1       wine/server/trace.c
 1.49          1.50          +7 -7       wine/server/sock.c
 1.34          1.35          +8 -8       wine/server/serial.c
 1.109         1.110         +0 -7       wine/server/protocol.def
 1.30          1.31          +3 -4       wine/server/named_pipe.c
 1.16          1.17          +2 -2       wine/server/file.h
 1.87          1.88          +4 -5       wine/server/file.c
 1.21          1.22          +3 -5       wine/server/fd.c
 1.147         1.148         +1 -1       wine/misc/registry.c
 1.110         1.111         +1 -8       wine/include/wine/server_protocol.h
 1.19          1.20          +1 -2       wine/include/wine/server.h
 1.152         1.153         +1 -1       wine/dlls/winsock/socket.c
 1.67          1.68          +2 -2       wine/dlls/winedos/int21.c
 1.6           1.7           +1 -1       wine/dlls/winedos/int13.c
 1.37          1.38          +2 -2       wine/dlls/ntdll/virtual.c
 1.16          1.17          +1 -4       wine/dlls/ntdll/server.c
 1.161         1.162         +1 -1       wine/dlls/ntdll/ntdll.spec
 1.61          1.62          +5 -5       wine/dlls/ntdll/file.c
 1.17          1.18          +1 -2       wine/dlls/ntdll/directory.c
 1.48          1.49          +1 -1       wine/dlls/ntdll/cdrom.c
 1.14          1.15          +2 -2       wine/dlls/kernel/vxd.c
 1.58          1.59          +1 -1       wine/dlls/kernel/sync.c
 1.25          1.26          +1 -1       wine/dlls/kernel/file.c
 1.80          1.81          +1 -1       wine/dlls/kernel/comm.c




More information about the wine-cvs mailing list