diff options
author | ache <ache@FreeBSD.org> | 1996-02-01 17:35:15 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-01 17:35:15 +0000 |
commit | b22c9963d3929bfa56c73a21288e059283f38494 (patch) | |
tree | fcdfa6add67143a573e63cc24da41ae560fd1d80 /sys/scsi/cd.c | |
parent | d1ddc81872bdec9d3f995c7364e2c94598a1a64a (diff) | |
download | FreeBSD-src-b22c9963d3929bfa56c73a21288e059283f38494.zip FreeBSD-src-b22c9963d3929bfa56c73a21288e059283f38494.tar.gz |
Remove statement that does nothing now, forget in my prev. commit
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index ffa24f7..0555c94 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.61 1996/01/30 23:11:06 ache Exp $ + * $Id: cd.c,v 1.62 1996/02/01 16:22:58 ache Exp $ */ #include "opt_bounce.h" @@ -786,7 +786,6 @@ cd_ioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p, (struct cd_toc_entry *)th, sizeof (*th)); if (error) break; - NTOHS(th->len); if (starting_track == 0) starting_track = th->starting_track; |