summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-10-01 08:10:52 +0000
committerantoine <antoine@FreeBSD.org>2017-10-01 08:10:52 +0000
commitad2793d4e282e492fe6f055f0ff1fdcac3855cb2 (patch)
tree2b660e657b511fbf5308be9f7172af0777ae71ed
parentb01c6706f378d1773aaaabb6c82f84b9ed259b99 (diff)
downloadFreeBSD-ports-ad2793d4e282e492fe6f055f0ff1fdcac3855cb2.zip
FreeBSD-ports-ad2793d4e282e492fe6f055f0ff1fdcac3855cb2.tar.gz
Unbreak, it seems the patch was applied twice
Reported by: pkg-fallout
-rw-r--r--devel/radare2/files/patch-kinfo_file.c29
1 files changed, 3 insertions, 26 deletions
diff --git a/devel/radare2/files/patch-kinfo_file.c b/devel/radare2/files/patch-kinfo_file.c
index 51292ac..6d441bd 100644
--- a/devel/radare2/files/patch-kinfo_file.c
+++ b/devel/radare2/files/patch-kinfo_file.c
@@ -1,29 +1,6 @@
---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200
-+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200
-@@ -1487,15 +1487,15 @@
- type = 's';
- if (kve->kf_sock_domain == AF_LOCAL) {
- struct sockaddr_un *sun =
-- (struct sockaddr_un *)&kve->kf_sa_local;
-+ (struct sockaddr_un *)&kve->kf_un.kf_sock.kf_sa_local;
- if (sun->sun_path[0] != 0)
-- addr_to_string (&kve->kf_sa_local, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path));
- else
-- addr_to_string (&kve->kf_sa_peer, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path, sizeof(path));
- } else {
-- addr_to_string (&kve->kf_sa_local, path, sizeof(path));
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path));
- strcat (path, " ");
-- addr_to_string (&kve->kf_sa_peer, path + strlen (path),
-+ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path + strlen (path),
- sizeof (path));
- }
- str = path;
---- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200
-+++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200
-@@ -1487,15 +1487,15 @@
+--- libr/debug/p/debug_native.c.orig 2016-11-10 16:17:54 UTC
++++ libr/debug/p/debug_native.c
+@@ -1487,15 +1487,15 @@ static RList *r_debug_desc_native_list (
type = 's';
if (kve->kf_sock_domain == AF_LOCAL) {
struct sockaddr_un *sun =
OpenPOWER on IntegriCloud