From 58a90357e1c16deb0d18c7e517c3f471840069ad Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 24 Apr 2016 02:11:26 +0000 Subject: sg_decode sense: add --cdb option; add stdint.h to some headers git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@692 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_luns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_luns.c') diff --git a/src/sg_luns.c b/src/sg_luns.c index b7c0d5b9..46a5bc81 100644 --- a/src/sg_luns.c +++ b/src/sg_luns.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2015 Douglas Gilbert. + * Copyright (c) 2004-2016 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. @@ -30,7 +30,7 @@ * and decodes the response. */ -static const char * version_str = "1.30 20151219"; +static const char * version_str = "1.31 20160419"; #define MAX_RLUNS_BUFF_LEN (1024 * 1024) #define DEF_RLUNS_BUFF_LEN (1024 * 8) -- cgit v1.2.3