Re: [PATCH] util: virdaemon: fix compilation on mingw

2020-03-30 Thread Michal Prívozník
On 27. 3. 2020 18:40, Rafael Fonseca wrote: > The daemons are not supported on Win32 and therefore were not compiled > in that platform. However, with the daemon code sharing, all the code in > utils *is* compiled and it failed because `waitpid`, `fork`, and > `setsid` are not available. So, as bef

Re: [PATCH] util: virdaemon: fix compilation on mingw

2020-03-29 Thread Marc-André Lureau
On Fri, Mar 27, 2020 at 6:41 PM Rafael Fonseca wrote: > > The daemons are not supported on Win32 and therefore were not compiled > in that platform. However, with the daemon code sharing, all the code in > utils *is* compiled and it failed because `waitpid`, `fork`, and > `setsid` are not availabl

[PATCH] util: virdaemon: fix compilation on mingw

2020-03-27 Thread Rafael Fonseca
The daemons are not supported on Win32 and therefore were not compiled in that platform. However, with the daemon code sharing, all the code in utils *is* compiled and it failed because `waitpid`, `fork`, and `setsid` are not available. So, as before, let's not build them on Win32 and make the code