Re: [libvirt] [PATCH 2/3] nss: Include stdio.h and define NULLSTR when debugging is enabled

2019-08-09 Thread Daniel P . Berrangé
On Fri, Aug 09, 2019 at 10:49:10AM +0200, Michal Privoznik wrote: > The NSS module has a compile time option which when enabled makes > ERROR() and DEBUG() print messages onto stderr. But now that the > module no longer links with libvirt, we need to include stdio.h > and define NULLSTR(). > >

[libvirt] [PATCH 2/3] nss: Include stdio.h and define NULLSTR when debugging is enabled

2019-08-09 Thread Michal Privoznik
The NSS module has a compile time option which when enabled makes ERROR() and DEBUG() print messages onto stderr. But now that the module no longer links with libvirt, we need to include stdio.h and define NULLSTR(). Signed-off-by: Michal Privoznik --- tools/nss/libvirt_nss.h | 2 ++ 1 file