From c7006053b5ba2679ec2103e3e959703a71ecfcce Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 19 Feb 2016 03:26:35 +0000 Subject: sg_senddiag: add --timeout=SEC option git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@666 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_rbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_rbuf.c') diff --git a/src/sg_rbuf.c b/src/sg_rbuf.c index 2d201b66..b4d88356 100644 --- a/src/sg_rbuf.c +++ b/src/sg_rbuf.c @@ -11,7 +11,7 @@ */ -#define _XOPEN_SOURCE 500 +#define _XOPEN_SOURCE 600 #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif @@ -55,7 +55,7 @@ #endif -static const char * version_str = "4.95 20160121"; +static const char * version_str = "4.96 20160218"; static struct option long_options[] = { {"buffer", required_argument, 0, 'b'}, -- cgit v1.2.3