aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-12-19 16:35:49 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-12-19 16:35:49 +0000
commitb4530ba23ca6fb39e2bbf56afa4fdc892bf16910 (patch)
tree6a1ad36741c45c218f6ba11001c8260b18e4a09a /examples
parent2fdbef700da5c71ab2eaf80547704d03e7a93f91 (diff)
downloadsg3_utils-b4530ba23ca6fb39e2bbf56afa4fdc892bf16910.tar.gz
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
Diffstat (limited to 'examples')
-rw-r--r--examples/sg__sat_phy_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sg__sat_phy_event.c b/examples/sg__sat_phy_event.c
index a2922857..b4609433 100644
--- a/examples/sg__sat_phy_event.c
+++ b/examples/sg__sat_phy_event.c
@@ -167,7 +167,7 @@ int main(int argc, char * argv[])
int t_length = 2; /* 0 -> no data transferred, 2 -> sector count */
const unsigned char * cucp;
int ret = 0;
- unsigned long long ull;
+ uint64_t ull;
const char * cp;
memset(inBuff, 0, sizeof(inBuff));