diff options
author | bde <bde@FreeBSD.org> | 1995-03-04 12:36:55 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-03-04 12:36:55 +0000 |
commit | 8c0df6f11f7c038b9793ee8f38dc00c0ddb0c281 (patch) | |
tree | b1a06704a9e3a06cbf198f9c15cf859ed38a0fa5 | |
parent | 03e089938172ceaddd519bd9df63e59531270615 (diff) | |
download | FreeBSD-src-8c0df6f11f7c038b9793ee8f38dc00c0ddb0c281.zip FreeBSD-src-8c0df6f11f7c038b9793ee8f38dc00c0ddb0c281.tar.gz |
Remove unused common variable `extended'.
-rw-r--r-- | sys/scsi/scsi_all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index af8dce2..77538bf 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_all.h,v 1.9 1995/02/22 01:44:21 gibbs Exp $ + * $Id: scsi_all.h,v 1.10 1995/03/01 22:24:41 dufault Exp $ */ /* @@ -292,7 +292,7 @@ struct scsi_sense_extended /*17*/ u_char sense_key_spec_2; /*18*/ u_char sense_key_spec_3; /*32*/ u_char extra_bytes[14]; -} extended; +}; struct scsi_sense_data_new { |