aboutsummaryrefslogtreecommitdiff
path: root/CREDITS
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 /CREDITS
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 'CREDITS')
-rw-r--r--CREDITS5
1 files changed, 4 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 874901ac..cc5f5d0b 100644
--- a/CREDITS
+++ b/CREDITS
@@ -45,6 +45,9 @@ Ingo van Lil <inguin at gmx dot de>
James Bottomley <jejb at parisc-linux dot org> co-author of blk512-linux
that has become sg_format [20050201]
+Joe Krahn <krahn at niehs dot nih dot gov> help with int64_t cleanup
+ [20071219]
+
Kurt Garloff <garloff at suse dot de> original sg_start and sg_test_rwbuf.
Additions to sginfo and sg_map.
@@ -86,4 +89,4 @@ Trent Piepho <xyzzy at speakeasy dot org> print out some "sense key specific"
Doug Gilbert
-13th October 2007
+19th December 2007