summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs-devel/files/patch-bb
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-08-02 09:04:08 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-08-02 09:04:08 +0000
commit58da4a7acbd0d744ffe56706389670a829905c37 (patch)
treeb692584237e735e79896587f14d85d2fe57a1b49 /sysutils/mkisofs-devel/files/patch-bb
parentRemove cdrecord (was renamed to cdrtools). (diff)
Cut down to a slave port for cdrtools-1.10 and thus upgrade to 1.14.
Notes
Notes: svn path=/head/; revision=45727
Diffstat (limited to 'sysutils/mkisofs-devel/files/patch-bb')
-rw-r--r--sysutils/mkisofs-devel/files/patch-bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/mkisofs-devel/files/patch-bb b/sysutils/mkisofs-devel/files/patch-bb
deleted file mode 100644
index b37ea2f81308..000000000000
--- a/sysutils/mkisofs-devel/files/patch-bb
+++ /dev/null
@@ -1,13 +0,0 @@
---- mkisofs/tree.c.orig Thu Apr 27 11:44:57 2000
-+++ mkisofs/tree.c Sat Apr 29 11:34:23 2000
-@@ -538,8 +538,8 @@
- table->de_flags |= INHIBIT_JOLIET_ENTRY;
- /* table->name = strdup("<translation table>");*/
- table->name = strdup(trans_tbl);
-- table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize));
-- memset(table->table, 0, ISO_ROUND_UP(tablesize));
-+ table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize+1));
-+ memset(table->table, 0, ISO_ROUND_UP(tablesize+1));
- iso9660_file_length(trans_tbl, table, 0);
-
- if (use_RockRidge) {