diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-05-06 18:41:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-05-06 18:41:49 +0000 |
commit | 1e75dc6e5001a8a84b245f9d6f693365822a27d7 (patch) | |
tree | d3128823141c7a594d6621b23bc1086b16fc65fd /emulators | |
parent | 6749786c0328a7f212cab1a61083d87dce00c1ba (diff) | |
download | pkgsrc-1e75dc6e5001a8a84b245f9d6f693365822a27d7.tar.gz |
Fix typo in patch.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 84e5ae8a899..d106d2d48d2 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.20 2006/05/06 18:09:53 xtraeme Exp $ +$NetBSD: distinfo,v 1.21 2006/05/06 18:41:49 xtraeme Exp $ SHA1 (qemu-0.8.1.tar.gz) = 72c943c24bed6aa066dcc3012b198c20f04aef30 RMD160 (qemu-0.8.1.tar.gz) = 04d163d4792bbea39fc0b1e52af124cdb7e907dc Size (qemu-0.8.1.tar.gz) = 1623264 bytes SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24 -SHA1 (patch-ab) = 449195421ad1dbb2592f694d1c4b80f2ea35113c +SHA1 (patch-ab) = 12838d78eed85c575214f4ce632a4b6694c6f97f SHA1 (patch-ac) = e13af23b0a865a58e87fed9e1856a53ce33d331e SHA1 (patch-af) = 221d6d85aa898cb27462806faab58ee2a9871a1c SHA1 (patch-ag) = 86df0bb94e71d87cf61d19404b53e3572384874e diff --git a/emulators/qemu/patches/patch-ab b/emulators/qemu/patches/patch-ab index 18182b906aa..f31c1f2193c 100644 --- a/emulators/qemu/patches/patch-ab +++ b/emulators/qemu/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.5 2006/01/01 19:12:54 hubertf Exp $ +$NetBSD: patch-ab,v 1.6 2006/05/06 18:41:49 xtraeme Exp $ --- target-arm/cpu.h.orig 2005-12-19 23:51:53.000000000 +0100 +++ target-arm/cpu.h @@ -8,7 +8,7 @@ $NetBSD: patch-ab,v 1.5 2006/01/01 19:12:54 hubertf Exp $ is returned if the signal was handled by the virtual CPU. */ +#ifdef __NetBSD__ +union siginfo; -+int cpu_x86_signal_handler(int host_signum, union siginfo *info, ++int cpu_arm_signal_handler(int host_signum, union siginfo *info, + void *puc); +#else struct siginfo; |