From 103f8bb8ec6ecf46d3450005994b9b45b732311f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 7 Sep 2009 12:02:47 +0000 Subject: [PATCH] Microcleanup to combine the vars alltogether git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1078 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 260b32b9b..983111394 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1517,7 +1517,7 @@ struct scst_device { unsigned short dev_double_ua_possible:1; /* If set, dev is read only */ - unsigned int rd_only:1; + unsigned short rd_only:1; /**************************************************************/