Module: wine Branch: master Commit: dbe3269c9d97f59d2b4a17a8cb3a33de92bedc55 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dbe3269c9d97f59d2b4a17a8c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 25 11:07:37 2021 +0100
mountmgr: Pass a Unix interface name in the dhcp_request_params ioctl.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dhcpcsvc/dhcpcsvc.c | 21 ++++++++++++++++++--- dlls/mountmgr.sys/Makefile.in | 2 +- dlls/mountmgr.sys/dbus.c | 28 +++++++--------------------- dlls/mountmgr.sys/diskarb.c | 25 +++++++------------------ dlls/mountmgr.sys/mountmgr.c | 21 +++++++++------------ dlls/mountmgr.sys/mountmgr.h | 4 ++-- include/ddk/mountmgr.h | 2 +- 7 files changed, 45 insertions(+), 58 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dbe3269c9d97f59d2b4a1...