Index: head/devel/radare2/files/patch-kinfo_file.c =================================================================== --- head/devel/radare2/files/patch-kinfo_file.c (nonexistent) +++ head/devel/radare2/files/patch-kinfo_file.c (revision 450252) @@ -0,0 +1,46 @@ +--- 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 @@ + 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; Property changes on: head/devel/radare2/files/patch-kinfo_file.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property