From nobody Mon Apr 29 09:26:54 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1611701359; cv=none; d=zohomail.com; s=zohoarc; b=EsFgWUOkEMsj0tSGJseweNGW6JEgsOX3WRL/OESsOuV056BFICaw1Wr3dYeJOH7cdkt+Glyuo3EjVn9M86CvFp1mIOGDB1Rd8Hx4PB75cU+foOF6bLQrdxDiTKHgyMLBklfnENLOM+E5sKz/qAHydHFLtKWzDz5XbgyvLXjZkXM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611701359; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=HOVqxC30XrWoMILPWH2Chlbjq3DHAK2hVu/oGw+iu3A=; b=Ugd+qzBtre4xFcmsAcGL4AXLqOpAXF6RmoGAMQ0Ghfak6BiDkBTV9DVqr85fWqyiDZf+i0SyxjMEh/4PBDlYNwnYjxf75G7YHadg6fp3fIQuekMZ7+8+z2s2ThR/ogE4X4oOVv+5Kg3CtR+Y2rNMAZ+azh8TyzVRMQAcxsGzwic= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1611701359239842.739262368274; Tue, 26 Jan 2021 14:49:19 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.75609.136181 (Exim 4.92) (envelope-from ) id 1l4X91-0001vm-7C; Tue, 26 Jan 2021 22:49:07 +0000 Received: by outflank-mailman (output) from mailman id 75609.136181; Tue, 26 Jan 2021 22:49:07 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l4X91-0001vb-2D; Tue, 26 Jan 2021 22:49:07 +0000 Received: by outflank-mailman (input) for mailman id 75609; Tue, 26 Jan 2021 22:49:05 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l4X8z-0001QY-O4 for xen-devel@lists.xenproject.org; Tue, 26 Jan 2021 22:49:05 +0000 Received: from isis.lip6.fr (unknown [2001:660:3302:283c::2]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id f844a06f-e37e-4128-b3f6-bb1b23deb774; Tue, 26 Jan 2021 22:48:36 +0000 (UTC) Received: from asim.lip6.fr (asim.lip6.fr [132.227.86.2]) by isis.lip6.fr (8.15.2/8.15.2) with ESMTP id 10QMmXsn001742; Tue, 26 Jan 2021 23:48:33 +0100 (CET) Received: from borneo.soc.lip6.fr (borneo [132.227.103.47]) by asim.lip6.fr (8.15.2/8.14.4) with ESMTP id 10QMmXo1016672; Tue, 26 Jan 2021 23:48:33 +0100 (MET) Received: by borneo.soc.lip6.fr (Postfix, from userid 373) id 953E2AA8C1; Tue, 26 Jan 2021 23:48:33 +0100 (MET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: f844a06f-e37e-4128-b3f6-bb1b23deb774 From: Manuel Bouyer To: xen-devel@lists.xenproject.org Cc: Manuel Bouyer , =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= , Ian Jackson , Wei Liu , Anthony PERARD Subject: [PATCH v2] libs/light: fix uuid on NetBSD Date: Tue, 26 Jan 2021 23:47:56 +0100 Message-Id: <20210126224800.1246-10-bouyer@netbsd.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210126224800.1246-1-bouyer@netbsd.org> References: <20210126224800.1246-1-bouyer@netbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (isis.lip6.fr [132.227.60.2]); Tue, 26 Jan 2021 23:48:33 +0100 (CET) X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 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 Monn=C3=A9 --- tools/libs/light/libxl_uuid.c | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tools/libs/light/libxl_uuid.c b/tools/libs/light/libxl_uuid.c index dadb79bad8..7b68270a33 100644 --- a/tools/libs/light/libxl_uuid.c +++ b/tools/libs/light/libxl_uuid.c @@ -82,7 +82,6 @@ void libxl_uuid_generate(libxl_uuid *uuid) uuid_enc_be(uuid->uuid, &nat_uuid); } =20 -#ifdef __FreeBSD__ int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) { uint32_t status; @@ -95,19 +94,6 @@ int libxl_uuid_from_string(libxl_uuid *uuid, const char = *in) =20 return 0; } -#else -#define LIBXL__UUID_PTRS(uuid) &uuid[0], &uuid[1], &uuid[2], &uuid[3], \ - &uuid[4], &uuid[5], &uuid[6], &uuid[7], \ - &uuid[8], &uuid[9], &uuid[10],&uuid[11], \ - &uuid[12],&uuid[13],&uuid[14],&uuid[15] -int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) -{ - if ( sscanf(in, LIBXL_UUID_FMT, LIBXL__UUID_PTRS(uuid->uuid)) !=3D siz= eof(uuid->uuid) ) - return -1; - return 0; -} -#undef LIBXL__UUID_PTRS -#endif =20 void libxl_uuid_copy(libxl_ctx *ctx_opt, libxl_uuid *dst, const libxl_uuid *src) @@ -120,7 +106,6 @@ void libxl_uuid_clear(libxl_uuid *uuid) memset(&uuid->uuid, 0, sizeof(uuid->uuid)); } =20 -#ifdef __FreeBSD__ int libxl_uuid_compare(const libxl_uuid *uuid1, const libxl_uuid *uuid2) { uuid_t nat_uuid1, nat_uuid2; @@ -130,12 +115,6 @@ int libxl_uuid_compare(const libxl_uuid *uuid1, const = libxl_uuid *uuid2) =20 return uuid_compare(&nat_uuid1, &nat_uuid2, NULL); } -#else -int libxl_uuid_compare(const libxl_uuid *uuid1, const libxl_uuid *uuid2) -{ - return memcmp(uuid1->uuid, uuid2->uuid, sizeof(uuid1->uuid)); -} -#endif =20 const uint8_t *libxl_uuid_bytearray_const(const libxl_uuid *uuid) { --=20 2.29.2