aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2012-09-20 23:07:47 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2012-09-20 23:07:47 +0000
commit8e3cdef4e47582c00a25d535b5db43b86620615e (patch)
tree1dd7fccbf9f49378b9719e023d473f4b26c11bdd /utils
parent68167d1b929f09aaa77fb0c8e701eb91f0e87dbd (diff)
downloadsg3_utils-8e3cdef4e47582c00a25d535b5db43b86620615e.tar.gz
sync with spc4r36; new proto_id: protocol specific port identifier
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@457 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/sg_chk_asc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/sg_chk_asc.c b/utils/sg_chk_asc.c
index 46ff8608..5ca2b7d3 100644
--- a/utils/sg_chk_asc.c
+++ b/utils/sg_chk_asc.c
@@ -25,7 +25,7 @@
* http://www.t10.org/lists/asc-num.txt
*/
-static char * version_str = "1.04 20120313";
+static char * version_str = "1.04 20120920";
#define MAX_LINE_LEN 1024
@@ -169,7 +169,7 @@ printf("\"%s\",\n", b);
if ((num > 6) &&
((0 == memcmp("ASC", cp, 3)) ||
(0 == memcmp("vendor", cp, 6)))) {
- fprintf(stderr, "%x,%x differ, ref: %s, sg_lib: "
+ fprintf(stderr, "%x,%x differ, ref: %s, sg_lib_data: "
"<missing>\n", asc, ascq, b);
continue;
}
@@ -180,7 +180,7 @@ printf("\"%s\",\n", b);
cp[j] = toupper(cp[j]);
}
if (0 != strcmp(b, cp))
- fprintf(stderr, "%x,%x differ, ref: %s, sg_lib: "
+ fprintf(stderr, "%x,%x differ, ref: %s, sg_lib_data: "
"%s\n", asc, ascq, b, cp);
}
}