]> TLD Linux GIT Repositories - packages/qemu.git/blob - qemu-linux-mount.patch
- updated to 8.2.2
[packages/qemu.git] / qemu-linux-mount.patch
1 diff -ur qemu-8.0.3.orig/linux-user/syscall.c qemu-8.0.3/linux-user/syscall.c
2 --- qemu-8.0.3.orig/linux-user/syscall.c        2023-07-22 23:34:39.540061815 +0200
3 +++ qemu-8.0.3/linux-user/syscall.c     2023-07-22 23:35:51.628085621 +0200
4 @@ -31,6 +31,7 @@
5  #include <sys/msg.h>
6  #include <sys/wait.h>
7  #include <sys/mount.h>
8 +#define _LINUX_MOUNT_H 1
9  #include <sys/file.h>
10  #include <sys/fsuid.h>
11  #include <sys/personality.h>