MDEV-19129: Xcode compatibility update: deprecated vfork -> fork

This commit is contained in:
Sergei Krivonos 2021-10-29 21:01:28 +03:00
parent 059797ed44
commit 5d6f3cebca

View File

@ -112,7 +112,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
} // endif f
pID = vfork();
pID = fork();
sprintf(fn, "-o%s", filename);
if (pID == 0) {