From 53add622cd205f4adf3e006545434ad114c0e435 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 20 Sep 2009 13:12:50 +0000 Subject: more sg_get_lba_status work, major() macro linux problems, include git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@305 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_luns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sg_luns.c') diff --git a/src/sg_luns.c b/src/sg_luns.c index 0df18a27..838b7faa 100644 --- a/src/sg_luns.c +++ b/src/sg_luns.c @@ -48,7 +48,7 @@ * This program issues the SCSI REPORT LUNS command to the given SCSI device. */ -static char * version_str = "1.15 20090617"; +static char * version_str = "1.15 20090920"; #define MAX_RLUNS_BUFF_LEN (1024 * 64) #define DEF_RLUNS_BUFF_LEN (1024 * 8) @@ -97,7 +97,6 @@ usage() " --version|-V print version string and exit\n\n" "Performs a SCSI REPORT LUNS command\n" ); - } /* Decoded according to SAM-4 rev 4. Note that one draft: BCC rev 0, -- cgit v1.2.3