From b4530ba23ca6fb39e2bbf56afa4fdc892bf16910 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 19 Dec 2007 16:35:49 +0000 Subject: change 'long long' to int64_t to stress only need 64 bit integers (similar change to uint64_t) git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@128 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_luns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sg_luns.c') diff --git a/src/sg_luns.c b/src/sg_luns.c index 109eb53e..9a5b07fb 100644 --- a/src/sg_luns.c +++ b/src/sg_luns.c @@ -101,7 +101,7 @@ static void decode_lun(const char * leadin, unsigned char * lunp) unsigned char not_spec[8] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; char l_leadin[128]; - unsigned long long ull; + uint64_t ull; if (0 == memcmp(lunp, not_spec, sizeof(not_spec))) { printf("%sLogical unit not specified\n", leadin); -- cgit v1.2.3