summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-za-bsd-user-8fix
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-za-bsd-user-8fix')
-rw-r--r--emulators/qemu-devel/files/patch-za-bsd-user-8fix12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-za-bsd-user-8fix b/emulators/qemu-devel/files/patch-za-bsd-user-8fix
deleted file mode 100644
index a8653c16722d..000000000000
--- a/emulators/qemu-devel/files/patch-za-bsd-user-8fix
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/bsd-user/syscall.c
-+++ b/bsd-user/syscall.c
-@@ -106,7 +106,9 @@ static char *get_filename_from_fd(pid_t
- #ifdef __FreeBSD__
- #include <sys/queue.h>
- #include <sys/user.h>
-+#if defined(__FreeBSD_version) && __FreeBSD_version > 900000
- #include <libprocstat.h>
-+#endif
-
-
- /*