From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDE45138334 for ; Mon, 2 Jul 2018 23:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9B1E0931; Mon, 2 Jul 2018 23:42:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DEAEE0931 for ; Mon, 2 Jul 2018 23:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30ACB335C36 for ; Mon, 2 Jul 2018 23:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61732C8 for ; Mon, 2 Jul 2018 23:42:08 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1530574876.3c40cf0049ff686bc61aec0b548ef04ca9e6a04f.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/pciutils/files/ X-VCS-Repository: proj/musl X-VCS-Files: sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch X-VCS-Directories: sys-apps/pciutils/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 3c40cf0049ff686bc61aec0b548ef04ca9e6a04f X-VCS-Branch: master Date: Mon, 2 Jul 2018 23:42:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4f4a348-2816-4f1e-9d9c-c473f423714c X-Archives-Hash: 08b95e6e23384ca8aba2f7de8bc11a95 commit: 3c40cf0049ff686bc61aec0b548ef04ca9e6a04f Author: Jory A. Pratt gentoo org> AuthorDate: Mon Jul 2 23:41:16 2018 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Jul 2 23:41:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3c40cf00 Use proper patch which includes a description of the change .../pciutils/files/pciutils-3.6.0-realpath.patch | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch index b8c64b7..d65f719 100644 --- a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch +++ b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch @@ -1,7 +1,17 @@ -diff -Naur pciutils-3.6.0.orig/lib/sysfs.c pciutils-3.6.0/lib/sysfs.c ---- pciutils-3.6.0.orig/lib/sysfs.c 2018-07-02 11:24:47.874595946 -0700 -+++ pciutils-3.6.0/lib/sysfs.c 2018-07-02 11:25:30.453595183 -0700 -@@ -133,7 +133,7 @@ +From 64716d37e2bed00e06fb3463214d979ca6b3e9c0 Mon Sep 17 00:00:00 2001 +From: +Date: Mon, 2 Jul 2018 18:22:29 -0500 +Subject: [PATCH] canonicalize_file_name only avaliable on glibc systems + +--- + lib/sysfs.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/sysfs.c b/lib/sysfs.c +index 1adb50f..c909d0c 100644 +--- a/lib/sysfs.c ++++ b/lib/sysfs.c +@@ -133,7 +133,7 @@ sysfs_deref_link(struct pci_dev *d, char *link_name) sysfs_obj_name(d, "", path); strcat(path, rel_path); @@ -10,3 +20,6 @@ diff -Naur pciutils-3.6.0.orig/lib/sysfs.c pciutils-3.6.0/lib/sysfs.c } static int +-- +2.18.0 +