Re: [PATCH] libs/light: fix uuid on NetBSD

2021-01-15 Thread Roger Pau Monné
On Tue, Jan 12, 2021 at 07:12:35PM +0100, Manuel Bouyer wrote: > From: Manuel Bouyer > > NetBSD uses the same uuid library as FreeBSD. As this is in a > __FreeBSD__ || __NetBSD__ block, just drop the #ifdef __FreeBSD__ > and dead code. > > Signed-off-by: Manuel Bouyer Reviewed-by: Roger Pau Mo

[PATCH] libs/light: fix uuid on NetBSD

2021-01-12 Thread Manuel Bouyer
From: Manuel Bouyer NetBSD uses the same uuid library as FreeBSD. As this is in a __FreeBSD__ || __NetBSD__ block, just drop the #ifdef __FreeBSD__ and dead code. Signed-off-by: Manuel Bouyer --- tools/libs/light/libxl_uuid.c | 21 - 1 file changed, 21 deletions(-) diff --