diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-23 02:09:43 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-23 02:09:43 +0000 |
commit | 4489e33392e3c8d47604f404741ddfbf8ebcb08f (patch) | |
tree | e93b39700103cac3aa100a3e85c5b11a4a2eb116 /audio/sound-juicer/files/patch-src::transport.hxx | |
parent | - Fix build conflict if wlex is installed (diff) |
Add sound-juicer 0.5.9, clean, mean and lean CD ripper for GNOME2.
Notes
Notes:
svn path=/head/; revision=98853
Diffstat (limited to 'audio/sound-juicer/files/patch-src::transport.hxx')
-rw-r--r-- | audio/sound-juicer/files/patch-src::transport.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sound-juicer/files/patch-src::transport.hxx b/audio/sound-juicer/files/patch-src::transport.hxx new file mode 100644 index 000000000000..f20977fbfa7d --- /dev/null +++ b/audio/sound-juicer/files/patch-src::transport.hxx @@ -0,0 +1,11 @@ +--- src/transport.hxx.orig Wed Jan 21 12:52:37 2004 ++++ src/transport.hxx Wed Jan 21 12:53:43 2004 +@@ -386,7 +386,7 @@ + Scsi_Command(int f) + { char pass[32]; // periph_name is 16 chars long + +- cam=NULL, fd=-1, autoclose=1, filename=NULL; ++ cam=NULL, fd=fd, autoclose=1, filename=NULL; + + memset (&ccb,0,sizeof(ccb)); + ccb.ccb_h.func_code = XPT_GDEVLIST; |