summaryrefslogtreecommitdiffstats
path: root/emulators/bochs/files
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-02-11 00:57:06 +0000
committeranholt <anholt@FreeBSD.org>2003-02-11 00:57:06 +0000
commitcc966045d5e09ee430a83555588a0accba06f1a2 (patch)
tree7715fbb6dc4bb81ecc9b08ecbe4773aeca68749f /emulators/bochs/files
parentb6c870b183071078fc305ad95d712dc67aec273a (diff)
downloadFreeBSD-ports-cc966045d5e09ee430a83555588a0accba06f1a2.zip
FreeBSD-ports-cc966045d5e09ee430a83555588a0accba06f1a2.tar.gz
Update to 2.0.2
PR: ports/48143 Submitted by: Ports Fury
Diffstat (limited to 'emulators/bochs/files')
-rw-r--r--emulators/bochs/files/patch-cdrom.cc41
-rw-r--r--emulators/bochs/files/patch-font::fonts.dir8
2 files changed, 0 insertions, 49 deletions
diff --git a/emulators/bochs/files/patch-cdrom.cc b/emulators/bochs/files/patch-cdrom.cc
deleted file mode 100644
index 808753a..0000000
--- a/emulators/bochs/files/patch-cdrom.cc
+++ /dev/null
@@ -1,41 +0,0 @@
---- iodev/cdrom.cc Sat Dec 14 21:29:42 2002
-+++ iodev/cdrom.cc Fri Jan 3 13:21:31 2003
-@@ -101,6 +101,8 @@
- #include <sys/cdio.h>
- #include <sys/ioctl.h>
- #include <sys/disklabel.h>
-+// ntohl(x) et al have been moved out of sys/param.h in FreeBSD 5
-+#include <netinet/in.h>
-
- // XXX
- #define BX_CD_FRAMESIZE 2048
-@@ -881,7 +883,7 @@
- t.data_len = sizeof(tocentry);
- t.data = &tocentry;
-
-- if (ioctl (fd, CDIOREADTOCENTRYS, &tocentry) < 0)
-+ if (ioctl (fd, CDIOREADTOCENTRYS, &t) < 0)
- BX_PANIC(("cdrom: read_toc: READTOCENTRY failed."));
-
- buf[len++] = 0; // Reserved
-@@ -910,7 +912,7 @@
- t.data_len = sizeof(tocentry);
- t.data = &tocentry;
-
-- if (ioctl (fd, CDIOREADTOCENTRYS, &tocentry) < 0)
-+ if (ioctl (fd, CDIOREADTOCENTRYS, &t) < 0)
- BX_PANIC(("cdrom: read_toc: READTOCENTRY lead-out failed."));
-
- buf[len++] = 0; // Reserved
-@@ -1123,9 +1125,8 @@
- }
- #elif defined(__FreeBSD__)
- {
-- // Read the TOC to get the data size, since disklabel doesn't appear
-- // to work, sadly.
-- // Keith Jones, 16 January 2000
-+ // Read the TOC to get the size of the data track.
-+ // Keith Jones <freebsd.dev@blueyonder.co.uk>, 16 January 2000
-
- #define MAX_TRACKS 100
-
diff --git a/emulators/bochs/files/patch-font::fonts.dir b/emulators/bochs/files/patch-font::fonts.dir
deleted file mode 100644
index 5c5409b8..0000000
--- a/emulators/bochs/files/patch-font::fonts.dir
+++ /dev/null
@@ -1,8 +0,0 @@
-
-$FreeBSD$
-
---- /dev/null Wed May 30 02:21:05 2001
-+++ font/fonts.dir Wed May 30 02:24:10 2001
-@@ -0,0 +1,2 @@
-+1
-+vga.pcf.gz vga
OpenPOWER on IntegriCloud