wine/ server/trace.c server/signal.c server/re ...

Alexandre Julliard julliard at winehq.org
Fri Apr 30 21:50:06 CDT 2004


ChangeSet ID:	12215
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/30 21:50:06

Modified files:
	server         : trace.c signal.c request.h protocol.def 
	                 mapping.c file.c 
	include/wine   : server_protocol.h 

Log message:
	Use pread/pwrite everywhere to avoid changing the file position while
	the client is using it.
	Get rid of the no longer used truncate_file request.

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

Old revision  New revision  Changes     Path
 1.203         1.204         +0 -8       wine/server/trace.c
 1.6           1.7           +2 -0       wine/server/signal.c
 1.96          1.97          +0 -2       wine/server/request.h
 1.100         1.101         +0 -6       wine/server/protocol.def
 1.46          1.47          +25 -17     wine/server/mapping.c
 1.85          1.86          +4 -38      wine/server/file.c
 1.101         1.102         +1 -16      wine/include/wine/server_protocol.h




More information about the wine-cvs mailing list