]> git.ipfire.org Git - thirdparty/kmod.git/commit
util: use UINT64_MAX
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 24 Mar 2015 02:47:23 +0000 (23:47 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 24 Mar 2015 02:47:23 +0000 (23:47 -0300)
commita8c73b86091f9ab3a39d80f80e4258e4c039a27d
tree2310f1cc0e46f2caf5a5fc884319b9857394484f
parent9cc8a20d34d20ff4ed607c241d2e6bb263890e3d
util: use UINT64_MAX

Since we are checking the size of long and long long, use UINT64_MAX in
the fallback to be sure thre right size is being used.
shared/util.h