diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 23:04:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 23:04:35 +0000 |
commit | ee94952303c4e4bbc824cf738d355252f7a827d1 (patch) | |
tree | 267d72984777dee6dcf01fa573ebe3b3cdfee5bf /sysutils/cdrtools | |
parent | e07eb44366a4d0487fa551f2d7926360c4b6b1a9 (diff) | |
download | pkgsrc-ee94952303c4e4bbc824cf738d355252f7a827d1.tar.gz |
Sync with pkgsrc-wip version of the patch.
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r-- | sysutils/cdrtools/patches/patch-cg | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/cdrtools/patches/patch-cg b/sysutils/cdrtools/patches/patch-cg index 8c51585e720..caea480e7ef 100644 --- a/sysutils/cdrtools/patches/patch-cg +++ b/sysutils/cdrtools/patches/patch-cg @@ -1,7 +1,16 @@ -$NetBSD: patch-cg,v 1.2 2007/03/16 22:04:54 bad Exp $ +$NetBSD: patch-cg,v 1.3 2007/06/08 23:04:35 wiz Exp $ ---- mkisofs/write.c.orig 2007-02-17 16:48:16.000000000 +0100 +--- mkisofs/write.c.orig 2006-10-08 13:49:17.000000000 +0000 +++ mkisofs/write.c +@@ -362,7 +362,7 @@ write_one_file(filename, size, outfile) + static char buffer[SECTOR_SIZE * NSECT]; + FILE *infile; + off_t remain; +- int use; ++ off_t use; + + + if ((infile = fopen(filename, "rb")) == NULL) { @@ -428,7 +428,10 @@ static char buffer[SECTOR_SIZE * NSECT] fflush(stderr); } |