From 63ee14dd881d27cd0e7ddffefc2ac1dec59d40ba Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 2 Aug 2001 08:55:16 +0000 Subject: Upgrade to cdrtools-1.10 after repository copy from cdrecord. Add knobs for mkisofs slave port. --- sysutils/cdrtools/files/patch-ag | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sysutils/cdrtools/files/patch-ag (limited to 'sysutils/cdrtools/files/patch-ag') diff --git a/sysutils/cdrtools/files/patch-ag b/sysutils/cdrtools/files/patch-ag deleted file mode 100644 index e1b0f3b748e2..000000000000 --- a/sysutils/cdrtools/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- cdrecord/modes.c.orig Sun May 7 14:49:37 2000 -+++ cdrecord/modes.c Fri Aug 18 22:40:38 2000 -@@ -58,7 +58,7 @@ - int hdlen; - int len = 1; /* Nach SCSI Norm */ - int try = 0; -- struct scsi_mode_page_header *mp; -+ struct scg_scsi_mode_page_header *mp; - - again: - fillbytes((caddr_t)mode, sizeof(mode), '\0'); -@@ -89,7 +89,7 @@ - scsiprbytes("Mode Sense Data", mode, len - scsigetresid(scgp)); - hdlen = sizeof(struct scsi_mode_header) + - ((struct scsi_mode_header *)mode)->blockdesc_len; -- mp = (struct scsi_mode_page_header *)(mode + hdlen); -+ mp = (struct scg_scsi_mode_page_header *)(mode + hdlen); - if (scgp->verbose) - scsiprbytes("Mode Page Data", (u_char *)mp, mp->p_len+2); - -- cgit v1.2.3