diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 14:57:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 14:57:30 +0000 |
commit | 96866477a3fe00ae0dd23d275978eaac0246fa1e (patch) | |
tree | 5774ce0f5b281b75cf2efa870f4c9a11f08e15f2 /emulators/qemu-devel/files/patch-bb | |
parent | Fix compilation on 4.x (gcc3-ism) (diff) |
Update to 0.6.0s.20041020.
PR: ports/72945
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=120161
Diffstat (limited to 'emulators/qemu-devel/files/patch-bb')
-rw-r--r-- | emulators/qemu-devel/files/patch-bb | 11 |
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 |