summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/silo/files/silo-1.4.12-iso.patch')
-rw-r--r--sys-boot/silo/files/silo-1.4.12-iso.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-boot/silo/files/silo-1.4.12-iso.patch b/sys-boot/silo/files/silo-1.4.12-iso.patch
deleted file mode 100644
index 3dc8d7b86f65..000000000000
--- a/sys-boot/silo/files/silo-1.4.12-iso.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- first-isofs/isofs.c.~1~ 2006-06-18 19:05:53.000000000 -0700
-+++ first-isofs/isofs.c 2006-06-18 19:06:08.000000000 -0700
-@@ -101,6 +101,23 @@
- return 0;
- }
-
-+static void cd_fini(void)
-+{
-+ switch (prom_vers) {
-+ case PROM_V0:
-+ romvec->pv_v0devops.v0_devclose(fd);
-+ break;
-+
-+ case PROM_V2:
-+ case PROM_V3:
-+ romvec->pv_v2devops.v2_dev_close(fd);
-+ break;
-+
-+ case PROM_P1275:
-+ p1275_cmd("close", 1, fd);
-+ break;
-+ };
-+}
-
- static int cd_read_block(unsigned long long offset, int size, void *data)
- {
-@@ -445,6 +462,8 @@
- sinfo->conf_part = 1;
- strcpy(sinfo->conf_file, silo_conf);
-
-+ cd_fini();
-+
- prom_putchar(sinfo->id);
-
- return dest;