aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-12-29 05:00:57 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-12-29 05:00:57 +0000
commit284fbfc7e0eb7b53b3ab7a9872aa1416685de785 (patch)
tree1b88d64bba80c6dd3c0d7588f1fbc69f0836a0b6 /examples
parentc11e8331a86c301d44c34445dabbec8ad6a02d85 (diff)
downloadsg3_utils-284fbfc7e0eb7b53b3ab7a9872aa1416685de785.tar.gz
sgp_dd: clean-up; more testing work for v4 driver
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@803 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/sg_excl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sg_excl.c b/examples/sg_excl.c
index 38645252..7e589b23 100644
--- a/examples/sg_excl.c
+++ b/examples/sg_excl.c
@@ -13,7 +13,7 @@
*
* Invocation: sg_excl [-x] <sg_device>
*
- * Version 3.61 (20181207)
+ * Version 3.62 (20181227)
*
* 6 byte INQUIRY command:
* [0x12][ |lu][pg cde][res ][al len][cntrl ]
@@ -195,6 +195,7 @@ int main(int argc, char * argv[])
"msg_status=%d\n", io_hdr.duration, io_hdr.resid,
(int)io_hdr.msg_status);
+ printf("Wait for 60 seconds with O_EXCL help on %s\n", file_name);
sleep(60);
close(sg_fd);
return 0;