summaryrefslogtreecommitdiff
path: root/sysutils/dvdtape
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-07 00:28:57 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-07 00:28:57 +0000
commita891a73796c5b1780ebc33c7745f77853e9461b0 (patch)
tree2b385f8decfb775337bedfb39b3d6c87bb450812 /sysutils/dvdtape
parentUpdate 0.3f -> 0.4b (diff)
Add back this patch which was missing in the release 1.5 tarball :(
Notes
Notes: svn path=/head/; revision=44847
Diffstat (limited to 'sysutils/dvdtape')
-rw-r--r--sysutils/dvdtape/files/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/dvdtape/files/patch-ac b/sysutils/dvdtape/files/patch-ac
new file mode 100644
index 000000000000..3151ffeb8a6e
--- /dev/null
+++ b/sysutils/dvdtape/files/patch-ac
@@ -0,0 +1,10 @@
+--- dvdtape.c.orig Sun Jun 24 14:43:54 2001
++++ dvdtape.c Sat Jul 7 01:27:51 2001
+@@ -184,6 +184,7 @@
+ "Read out speed must be 2, 5 or 10 for 2.52, 5.04, or 10.08 megabits/second.\n");
+ exit(1);
+ }
++ break;
+ case 's': side = atoi(optarg); break;
+ case 'S':
+ sides = atoi(optarg);