ChangeSet ID: 7547 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/20 15:07:50
Modified files: tools/wpp : wpp.c tools/winebuild: import.c server : file.c scheduler : sysdeps.c programs/winedbg: gdbproxy.c libs/port : Makefile.in library : port.c include/wine : port.h include : config.h.in dlls/wsock32 : protocol.c dlls/shell32 : shelllink.c . : configure.ac configure Added files: libs/port : mkstemps.c Removed files: libs/port : mkstemp.c
Log message: Replaced mkstemp by mkstemps from libiberty. Removed a couple of unnecessary portability functions.
Patch: http://cvs.winehq.com/patch.py?id=7547
Old revision New revision Changes Path 1.6 1.7 +1 -1 wine/tools/wpp/wpp.c 1.47 1.48 +4 -4 wine/tools/winebuild/import.c 1.65 1.66 +1 -1 wine/server/file.c 1.55 1.56 +11 -31 wine/scheduler/sysdeps.c 1.6 1.7 +2 -1 wine/programs/winedbg/gdbproxy.c 1.2 1.3 +1 -1 wine/libs/port/Makefile.in 1.42 1.43 +0 -59 wine/library/port.c 1.32 1.33 +5 -17 wine/include/wine/port.h 1.141 1.142 +0 -6 wine/include/config.h.in 1.12 1.13 +4 -0 wine/dlls/wsock32/protocol.c 1.50 1.51 +2 -2 wine/dlls/shell32/shelllink.c 1.130 1.131 +0 -2 wine/configure.ac 1.401 1.402 +0 -4 wine/configure Added 1.1 +0 -0 wine/libs/port/mkstemps.c 1.1 Removed +0 -0 wine/libs/port/mkstemp.c