Alexandre Julliard : libport: Remove the statvfs() function replacements.
Module: wine Branch: master Commit: d9a58b6013e4c8af22de0c2a494441068cbee8ce URL: https://source.winehq.org/git/wine.git/?a=commit;h=d9a58b6013e4c8af22de0c2a4... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Dec 1 10:18:13 2020 +0100 libport: Remove the statvfs() function replacements. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 171 -------------------------------------------------- configure.ac | 27 -------- include/config.h.in | 36 ----------- include/wine/port.h | 39 ------------ libs/port/Makefile.in | 2 - libs/port/fstatvfs.c | 96 ---------------------------- libs/port/statvfs.c | 96 ---------------------------- 7 files changed, 467 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d9a58b6013e4c8af22de0...
participants (1)
-
Alexandre Julliard