aboutsummaryrefslogtreecommitdiff
path: root/src/sg_vpd.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-03-29 01:27:17 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-03-29 01:27:17 +0000
commit93e55163dc9978093b46b7000ae4aa7e8fbb02d4 (patch)
treebf0375f6bfa10f99184b094b0c1f6e12b8abbb0c /src/sg_vpd.c
parent339d06ac2ba7a7126df065fa562baae738ce15a8 (diff)
downloadsg3_utils-93e55163dc9978093b46b7000ae4aa7e8fbb02d4.tar.gz
sg_vpd: fix vendor struct opts_t alignment; 3rd attempt to release 1.46
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@886 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_vpd.c')
-rw-r--r--src/sg_vpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_vpd.c b/src/sg_vpd.c
index 2d699c30..2dd82a08 100644
--- a/src/sg_vpd.c
+++ b/src/sg_vpd.c
@@ -40,7 +40,7 @@
*/
-static const char * version_str = "1.62 20210326"; /* spc6r05 + sbc4r22 */
+static const char * version_str = "1.63 20210328"; /* spc6r05 + sbc4r22 */
/* standard VPD pages, in ascending page number order */
#define VPD_SUPPORTED_VPDS 0x0
@@ -104,8 +104,8 @@ static const char * version_str = "1.62 20210326"; /* spc6r05 + sbc4r22 */
#define DEF_PT_TIMEOUT 60 /* 60 seconds */
-/* These structures are duplicates of those of the same name in
- * sg_vpd_vendor.c . Take care that both are the same. */
+/* These two structures are duplicates of those of the same name in
+ * sg_vpd_vendor.c . <<< Take care that both are the same. >>> */
struct opts_t {
bool do_all;
bool do_enum;