Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/pciutils/files/
Date: Mon, 02 Jul 2018 23:42:14
Message-Id: 1530574876.3c40cf0049ff686bc61aec0b548ef04ca9e6a04f.anarchy@gentoo
1 commit: 3c40cf0049ff686bc61aec0b548ef04ca9e6a04f
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 23:41:16 2018 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 23:41:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3c40cf00
7
8 Use proper patch which includes a description of the change
9
10 .../pciutils/files/pciutils-3.6.0-realpath.patch | 21 +++++++++++++++++----
11 1 file changed, 17 insertions(+), 4 deletions(-)
12
13 diff --git a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
14 index b8c64b7..d65f719 100644
15 --- a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
16 +++ b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
17 @@ -1,7 +1,17 @@
18 -diff -Naur pciutils-3.6.0.orig/lib/sysfs.c pciutils-3.6.0/lib/sysfs.c
19 ---- pciutils-3.6.0.orig/lib/sysfs.c 2018-07-02 11:24:47.874595946 -0700
20 -+++ pciutils-3.6.0/lib/sysfs.c 2018-07-02 11:25:30.453595183 -0700
21 -@@ -133,7 +133,7 @@
22 +From 64716d37e2bed00e06fb3463214d979ca6b3e9c0 Mon Sep 17 00:00:00 2001
23 +From:
24 +Date: Mon, 2 Jul 2018 18:22:29 -0500
25 +Subject: [PATCH] canonicalize_file_name only avaliable on glibc systems
26 +
27 +---
28 + lib/sysfs.c | 2 +-
29 + 1 file changed, 1 insertion(+), 1 deletion(-)
30 +
31 +diff --git a/lib/sysfs.c b/lib/sysfs.c
32 +index 1adb50f..c909d0c 100644
33 +--- a/lib/sysfs.c
34 ++++ b/lib/sysfs.c
35 +@@ -133,7 +133,7 @@ sysfs_deref_link(struct pci_dev *d, char *link_name)
36 sysfs_obj_name(d, "", path);
37 strcat(path, rel_path);
38
39 @@ -10,3 +20,6 @@ diff -Naur pciutils-3.6.0.orig/lib/sysfs.c pciutils-3.6.0/lib/sysfs.c
40 }
41
42 static int
43 +--
44 +2.18.0
45 +