Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
d25f3fb4e3
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      package/daja77/qemu/errno-fix.patch

+ 13
- 0
package/daja77/qemu/errno-fix.patch

@ -0,0 +1,13 @@
see http://lists.nongnu.org/archive/html/qemu-devel/2006-02/msg00174.html
--- qemu.org/target-i386/helper2.c 2005-12-04 19:46:06.000000000 +0100
+++ qemu/target-i386/helper2.c 2006-02-18 22:50:37.362222345 +0100
@@ -24,6 +24,7 @@
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
+#include <errno.h>
#include "cpu.h"
#include "exec-all.h"

Loading…
Cancel
Save