]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/qemu-7.0.0-fix-glibc-headers.patch
9332563bceb3b067cd7d1a01877005f594a46226
[people/pmueller/ipfire-2.x.git] / src / patches / qemu-7.0.0-fix-glibc-headers.patch
1 --- qemu-7.0.0/linux-user/syscall.c~ 2022-08-10 14:03:50.721401251 +0000
2 +++ qemu-7.0.0/linux-user/syscall.c 2022-08-10 14:00:22.569951783 +0000
3 @@ -28,7 +28,7 @@
4 #include <sys/ipc.h>
5 #include <sys/msg.h>
6 #include <sys/wait.h>
7 -#include <sys/mount.h>
8 +#include <linux/mount.h>
9 #include <sys/file.h>
10 #include <sys/fsuid.h>
11 #include <sys/personality.h>