summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-bb')
-rw-r--r--emulators/qemu-devel/files/patch-bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qemu-devel/files/patch-bb b/emulators/qemu-devel/files/patch-bb
deleted file mode 100644
index 02302a316df2..000000000000
--- a/emulators/qemu-devel/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: qemu/block.c
-@@ -175,7 +175,9 @@
- #ifdef _BSD
- struct stat sb;
- if (!fstat(fd,&sb) && (S_IFCHR & sb.st_mode)) {
-+#ifdef DIOCGMEDIASIZE
- if (ioctl(fd, DIOCGMEDIASIZE, (off_t *)&size))
-+#endif
- size = lseek(fd, 0LL, SEEK_END);
- } else
- #endif