Skip to content

Commit

Permalink
Fix path in patches/patch-linux-user_signal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil committed Oct 4, 2016
1 parent 974e251 commit e352998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions emulators/qemu0/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2016/10/01 13:20:52 kamil Exp $
$NetBSD: distinfo,v 1.6 2016/10/04 13:31:09 kamil Exp $

SHA1 (qemu-0.15.1.tar.gz) = 30cf3b4dabb4b5d8efadb20f364eb8181f317681
RMD160 (qemu-0.15.1.tar.gz) = fd1cfde94f96569af671cc96d1c2e4bad524fd61
Expand All @@ -21,6 +21,6 @@ SHA1 (patch-hw_ppc__newworld.c) = a0011c05cd35aff8982b97c3ec669e18c11ad07b
SHA1 (patch-hw_ppc__oldworld.c) = 790daed4d0bdc51628a6252716480510f8c444c8
SHA1 (patch-hw_xilinx__axienet.c) = 6f715e4e2241c3c9006bc571084ca5fd12658f13
SHA1 (patch-ioport.c) = bb0c6671eaf39ef9b846d0ea2633cb1d56edddb1
SHA1 (patch-linux-user_signal.c) = cad363ccbf43e48e67127dac785606d7169ffa45
SHA1 (patch-linux-user_signal.c) = 4c08f056a440f6aa7417cb326adbbe9232066cfd
SHA1 (patch-scripts_texi2pod.pl) = 4822f54e16f27b1ba586116e3158e2d3d9b37906
SHA1 (patch-slirp_tcp__subr.c) = d2aca58ea0726b76b5f644af27fde0598beaf048
6 changes: 3 additions & 3 deletions emulators/qemu0/patches/patch-linux-user_signal.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$NetBSD: patch-linux-user_signal.c,v 1.1 2016/10/01 13:22:34 kamil Exp $
$NetBSD: patch-linux-user_signal.c,v 1.2 2016/10/04 13:31:09 kamil Exp $

struct siginfo is unrecognized on CentOS Linux 7. Backport solution from
recent qemu releases: "struct siginfo" -> "siginfo_t".

--- /home/kamil/pkgsrc/emulators/qemu0/work/qemu-0.15.1/linux-user/signal.c.orig 2011-10-12 16:41:43.000000000 +0000
+++ /home/kamil/pkgsrc/emulators/qemu0/work/qemu-0.15.1/linux-user/signal.c
--- linux-user/signal.c.orig 2011-10-12 16:41:43.000000000 +0000
+++ linux-user/signal.c
@@ -3243,7 +3243,7 @@ struct target_signal_frame {
};

Expand Down

0 comments on commit e352998

Please sign in to comment.