Andrea Bolognani wrote:
On Fri, 2016-04-08 at 10:23 +0300, Roman Bogorodskiy wrote:
> FreeBSD lacks ENODATA, and viruuid.c redefines it to EIO, but it's not
> actually using it. On the other hand, we have virrandom.c that's using
> ENODATA. So make this re-definition common by moving it to internal.h,
> so all the current and possible future users don't need to care about
> that.
> ---
> src/internal.h | 4 ++++
> src/util/viruuid.c | 4 ----
> 2 files changed, 4 insertions(+), 4 deletions(-)
ACK
Pushed, thanks!
Roman Bogorodskiy