aboutsummaryrefslogtreecommitdiff
path: root/examples/sg_excl.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 02:58:56 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 02:58:56 +0000
commit0e9184cde6f3d1a0046c706051a4bd4b36a6aede (patch)
treef4ac79c282481f25f14efa9b7d85dce6001832c5 /examples/sg_excl.c
parent1f7410c00c57dcc2c6b0d64a33431e2298a7c87b (diff)
downloadsg3_utils-0e9184cde6f3d1a0046c706051a4bd4b36a6aede.tar.gz
Load sg3_utils-1.07 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@39 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples/sg_excl.c')
-rw-r--r--examples/sg_excl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sg_excl.c b/examples/sg_excl.c
index c1271a1d..14bf1731 100644
--- a/examples/sg_excl.c
+++ b/examples/sg_excl.c
@@ -42,7 +42,7 @@
int main(int argc, char * argv[])
{
- int sg_fd, k, ok, sg_fd2;
+ int sg_fd, k, ok /*, sg_fd2 */;
unsigned char inqCmdBlk [INQ_CMD_LEN] =
{0x12, 0, 0, 0, INQ_REPLY_LEN, 0};
unsigned char turCmdBlk [TUR_CMD_LEN] =