diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-23 23:25:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-23 23:25:07 +0100 |
| commit | 4e3afe59683350983aa7ffece47e75c828f181d2 (patch) | |
| tree | 36e2fb8bb7642821a62b801eaaefa46ef6b411c5 /meta/packages/qemu/qemu-git/fix-dirent.patch | |
| parent | 79b7a566a29386b6075834a46c9c926d503581d9 (diff) | |
| download | poky-4e3afe59683350983aa7ffece47e75c828f181d2.tar.gz | |
qemu: Switch to git and version 0.10.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu-git/fix-dirent.patch')
| -rw-r--r-- | meta/packages/qemu/qemu-git/fix-dirent.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-git/fix-dirent.patch b/meta/packages/qemu/qemu-git/fix-dirent.patch new file mode 100644 index 0000000000..575dbfa0c9 --- /dev/null +++ b/meta/packages/qemu/qemu-git/fix-dirent.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: trunk/linux-user/syscall.c | ||
| 2 | =================================================================== | ||
| 3 | --- trunk.orig/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000 | ||
| 4 | +++ trunk/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000 | ||
| 5 | @@ -26,6 +26,7 @@ | ||
| 6 | #include <errno.h> | ||
| 7 | #include <unistd.h> | ||
| 8 | #include <fcntl.h> | ||
| 9 | +#include <dirent.h> | ||
| 10 | #include <time.h> | ||
| 11 | #include <limits.h> | ||
| 12 | #include <sys/types.h> | ||
