Module: wine Branch: master Commit: 5f9f827fd4effe08d544964db349b56519952da6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5f9f827fd4effe08d544964db...
Author: André Hentschel nerv@dawncrow.de Date: Thu Jun 18 13:34:28 2020 +0200
ntdll: Change master/slave to more neutral words.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/cdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/unix/cdrom.c b/dlls/ntdll/unix/cdrom.c index a0e66a92a2..b60a01df8f 100644 --- a/dlls/ntdll/unix/cdrom.c +++ b/dlls/ntdll/unix/cdrom.c @@ -2029,7 +2029,7 @@ static NTSTATUS CDROM_GetAddress(int fd, SCSI_ADDRESS* address)
address->PortNumber = portnum; /* primary=0 secondary=1 for ide */ address->PathId = busid; /* always 0 for ide */ - address->TargetId = targetid; /* master=0 slave=1 for ide */ + address->TargetId = targetid; /* device id 0/1 for ide */ address->Lun = lun; return STATUS_SUCCESS; }