ChangeSet ID: 11366 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/05 15:03:46
Modified files: libs/port : Makefile.in include/wine : port.h include : config.h.in files : drive.c . : configure.ac configure Added files: libs/port : statvfs.c Removed files: libs/port : statfs.c
Log message: Use statvfs instead of statfs, and provide a default implementation in libwine_port if necessary.
Patch: http://cvs.winehq.org/patch.py?id=11366
Old revision New revision Changes Path 1.9 1.10 +1 -1 wine/libs/port/Makefile.in 1.47 1.48 +21 -15 wine/include/wine/port.h 1.181 1.182 +24 -0 wine/include/config.h.in 1.106 1.107 +11 -22 wine/files/drive.c 1.250 1.251 +9 -2 wine/configure.ac 1.533 1.534 +656 -0 wine/configure Added 1.1 +0 -0 wine/libs/port/statvfs.c 1.1 Removed +0 -0 wine/libs/port/statfs.c