From 572d431816271830cc321c2c7b596236e5708ea0 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 27 Jan 2016 15:13:35 +0000 Subject: sg_logs: LPS misalignment lpage; sg_format: add ffmt option; sg_lib: big sense reporting rework git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@657 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_read.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sg_read.c') diff --git a/src/sg_read.c b/src/sg_read.c index 5b005e21..7b0b989a 100644 --- a/src/sg_read.c +++ b/src/sg_read.c @@ -1,5 +1,5 @@ /* A utility program for the Linux OS SCSI generic ("sg") device driver. -* Copyright (C) 2001 - 2015 D. Gilbert +* Copyright (C) 2001 - 2016 D. Gilbert * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) @@ -20,7 +20,7 @@ #define _XOPEN_SOURCE 500 #ifndef _GNU_SOURCE -#define _GNU_SOURCE +#define _GNU_SOURCE 1 #endif #include @@ -50,7 +50,7 @@ #include "sg_pr2serr.h" -static const char * version_str = "1.24 20151219"; +static const char * version_str = "1.25 20160121"; #define DEF_BLOCK_SIZE 512 #define DEF_BLOCKS_PER_TRANSFER 128 -- cgit v1.2.3