From 02ec79b083e6bd32b71937f0b3b6b0108769c184 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 8 May 2013 13:21:30 +0000 Subject: sg_xcopy: add --on_src and --on_dst options; C++ cleanup git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@494 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_get_lba_status.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/sg_get_lba_status.c') diff --git a/src/sg_get_lba_status.c b/src/sg_get_lba_status.c index 584918e7..01969efa 100644 --- a/src/sg_get_lba_status.c +++ b/src/sg_get_lba_status.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Douglas Gilbert. + * Copyright (c) 2009-2013 Douglas Gilbert. * All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the BSD_LICENSE file. @@ -24,10 +24,11 @@ /* A utility program originally written for the Linux OS SCSI subsystem. * * - * This program issues the SCSI GET LBA STATUS command to the given SCSI device. + * This program issues the SCSI GET LBA STATUS command to the given SCSI + * device. */ -static char * version_str = "1.04 20120118"; /* sbc2r29 */ +static const char * version_str = "1.05 20130507"; /* sbc2r29 */ #define MAX_GLBAS_BUFF_LEN (1024 * 1024) #define DEF_GLBAS_BUFF_LEN 24 -- cgit v1.2.3