summaryrefslogtreecommitdiff
path: root/audio/sound-juicer/files/patch-src::transport.hxx
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-01-27 07:53:18 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-01-27 07:53:18 +0000
commite3fbecc6ea5978670a24c4acf7c5407300bdb30b (patch)
treef37b281e396eacfddb54c14f8fefd31683375012 /audio/sound-juicer/files/patch-src::transport.hxx
parentUse PLIST_DIRS and PLIST_FILES. (diff)
Remove unnecesary patch.
For some unknown reason only in case of FreeBSD Scsi_Command(int) ctor should not bind to passed in file descriptor and therefore close() it in dctor. Thanks my prudent typo wich made this unwanted close() nearly impossible anyway.
Diffstat (limited to 'audio/sound-juicer/files/patch-src::transport.hxx')
-rw-r--r--audio/sound-juicer/files/patch-src::transport.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/sound-juicer/files/patch-src::transport.hxx b/audio/sound-juicer/files/patch-src::transport.hxx
deleted file mode 100644
index f20977fbfa7d..000000000000
--- a/audio/sound-juicer/files/patch-src::transport.hxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;