]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- include glibc dirent
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 4 Nov 2008 08:15:38 +0000 (08:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-dirent.patch -> 1.1

qemu-dirent.patch [new file with mode: 0644]

diff --git a/qemu-dirent.patch b/qemu-dirent.patch
new file mode 100644 (file)
index 0000000..fce511c
--- /dev/null
@@ -0,0 +1,11 @@
+--- qemu-0.9.1/linux-user/syscall.c~   2008-01-06 20:38:42.000000000 +0100
++++ qemu-0.9.1/linux-user/syscall.c    2008-11-04 09:10:47.894552543 +0100
+@@ -66,7 +66,7 @@
+ #include <linux/cdrom.h>
+ #include <linux/hdreg.h>
+ #include <linux/soundcard.h>
+-#include <linux/dirent.h>
++#include <dirent.h>
+ #include <linux/kd.h>
+ #include "qemu.h"
This page took 0.040133 seconds and 4 git commands to generate.