diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-06-18 11:59:55 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-06-18 11:59:55 +0000 |
commit | ae30c8ea5c1665c03d13bf71a237f51fe0b9d844 (patch) | |
tree | c52aac1ee6880471230c59b6e15a0fa365f58013 /app-emulation/qemu-user/files | |
parent | Stable on alpha (diff) | |
download | gentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.tar.gz gentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.tar.bz2 gentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.zip |
Split ebuild part II - abi wrappers
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation/qemu-user/files')
-rw-r--r-- | app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1 | 1 | ||||
-rw-r--r-- | app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1 b/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1 new file mode 100644 index 000000000000..fc0413b35b71 --- /dev/null +++ b/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1 @@ -0,0 +1 @@ +MD5 234e9ace03b00259bb57dc5a9c633056 qemu-0.7.0.tar.gz 1211802 diff --git a/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch b/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch new file mode 100644 index 000000000000..291adc1725b5 --- /dev/null +++ b/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch @@ -0,0 +1,11 @@ +diff -ruN qemu-0.7.0.orig/target-i386/helper2.c qemu-0.7.0/target-i386/helper2.c +--- qemu-0.7.0.orig/target-i386/helper2.c 2005-04-27 22:52:05.000000000 +0200 ++++ qemu-0.7.0/target-i386/helper2.c 2005-05-25 22:07:50.000000000 +0200 +@@ -17,6 +17,7 @@ + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ ++#include <errno.h> + #include <stdarg.h> + #include <stdlib.h> + #include <stdio.h> |