summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-os-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-os-posix.c')
-rw-r--r--emulators/qemu-devel/files/patch-os-posix.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-os-posix.c b/emulators/qemu-devel/files/patch-os-posix.c
deleted file mode 100644
index 1738650162ea..000000000000
--- a/emulators/qemu-devel/files/patch-os-posix.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/os-posix.c
-+++ b/os-posix.c
-@@ -27,6 +27,9 @@
- #include <fcntl.h>
- #include <signal.h>
- #include <sys/types.h>
-+#ifdef __FreeBSD__
-+#include <sys/sysctl.h>
-+#endif
- #include <sys/wait.h>
- /*needed for MAP_POPULATE before including qemu-options.h */
- #include <sys/mman.h>