From nobody Mon May 13 10:37:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1632227666; cv=none; d=zohomail.com; s=zohoarc; b=gaP4Yw9zb/+ZTFs5Zveia2664xLak6UOzcOuUgq7KcqDIs7RmsKqhpKdybGebLMP6FmC1lhAhX/rsoqt5lUw0WvKZk+02KvrmIv+CoZUU95ZKuJvLAT/duOBbdaPqXsD25PTGBqDcp/Nu5db3YYm9BJB94QFouaMerCj8UtcFqs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1632227666; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=I3U1sIAPdo2yscGKtnHDHDN3P8XJtvhj/MhKK5jvJNU=; b=nSyuGAzGsqKs8K/djbrUgQSGrZjV6P47oC3X90CKTvEfC0fjYSjkapSBU2S+5yaadBIB8S/jm5LhPASflDjZqQZheukYomaUGcvh2ldYRm/8AG3c5/C1E8JP4OlE98b1NAkV7MD+7Ng7ekZBFT+xiJES3hAjbXtKZA/l4Gzwj/E= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1632227666677104.24375545578732; Tue, 21 Sep 2021 05:34:26 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-585-Zv2OcAMLO7OeA8o7iz7N1w-1; Tue, 21 Sep 2021 08:34:19 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5FC2510168C6; Tue, 21 Sep 2021 12:34:14 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 203CE10016F4; Tue, 21 Sep 2021 12:34:14 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C861F4EA2F; Tue, 21 Sep 2021 12:34:13 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 18LCW2Bh028088 for ; Tue, 21 Sep 2021 08:32:02 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6FE6F4D723; Tue, 21 Sep 2021 12:32:02 +0000 (UTC) Received: from speedmetal.redhat.com (unknown [10.40.208.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id A26B71803D for ; Tue, 21 Sep 2021 12:31:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1632227665; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=I3U1sIAPdo2yscGKtnHDHDN3P8XJtvhj/MhKK5jvJNU=; b=LSTNAhANDxveIYV5DzKfqW8ZlOk0l3KVby6aW6dDgq2xioj4epcf8jF445r4HcXSEetShV pR8gmvaw7vSuzvKi/RHYP2ZKBIHAoblNpeKOXaGPVyafVJhpPE9CjW6ZzdjoMyOKrXUBaT 3xvFqIovA6cajJNwwEquQq0MiQhlvEs= X-MC-Unique: Zv2OcAMLO7OeA8o7iz7N1w-1 From: Peter Krempa To: libvir-list@redhat.com Subject: [PATCH] virDevMapperGetTargets: Fix non-linux implementation Date: Tue, 21 Sep 2021 14:31:54 +0200 Message-Id: <675c222a5861836d41a416e2c6e91b1af6a9e50b.1632227514.git.pkrempa@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1632227668070100001 Content-Type: text/plain; charset="utf-8" s/GSlist/GSList/ Fixes: 6c49c2ee9fcb88de02cdc333f666a8e95d60a3b0 Signed-off-by: Peter Krempa Reviewed-by: J=C3=A1n Tomko --- src/util/virdevmapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virdevmapper.c b/src/util/virdevmapper.c index e42324fd19..7796e7719b 100644 --- a/src/util/virdevmapper.c +++ b/src/util/virdevmapper.c @@ -342,7 +342,7 @@ virIsDevMapperDevice(const char *dev_name) int virDevMapperGetTargets(const char *path G_GNUC_UNUSED, - GSlist **devPaths G_GNUC_UNUSED) + GSList **devPaths G_GNUC_UNUSED) { errno =3D ENOSYS; return -1; --=20 2.31.1