diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-04-03 21:34:23 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-04-03 21:34:23 +0000 |
commit | a22aeb324c442833413550e63f3ca2af9c04347e (patch) | |
tree | 713de9447e20e3c422b332db28d5ff85ca939a03 /sysutils/dvdtape/files/patch-ab | |
parent | Upgrade to 18.9. (diff) |
dvdtape - a utility for creating a DVD master on a DLT drive
Notes
Notes:
svn path=/head/; revision=40817
Diffstat (limited to 'sysutils/dvdtape/files/patch-ab')
-rw-r--r-- | sysutils/dvdtape/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/dvdtape/files/patch-ab b/sysutils/dvdtape/files/patch-ab new file mode 100644 index 000000000000..8c6c475859e5 --- /dev/null +++ b/sysutils/dvdtape/files/patch-ab @@ -0,0 +1,10 @@ +--- isosize.c.orig Wed Nov 10 00:11:39 1999 ++++ isosize.c Tue Apr 3 19:10:32 2001 +@@ -1,6 +1,6 @@ + #define _POSIX_SOURCE 1 /* fileno is POSIX, not ANSI */ + #include <stdio.h> +-#include <termio.h> ++#include <termios.h> + #include <signal.h> + #include <unistd.h> + |