]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace PRId64 with "jd" in a printf call. Cast the corresponding value to
authorKevin Lo <kevlo@FreeBSD.org>
Thu, 18 Jul 2013 01:40:31 +0000 (01:40 +0000)
committerKevin Lo <kevlo@FreeBSD.org>
Thu, 18 Jul 2013 01:40:31 +0000 (01:40 +0000)
commit8ea4debe598272df67ade4797cafd3bf22ed7abe
treefbfb3e04745774e125ba4c375045d97d4c0ca889
parentc92bc5e996359076a73118d8d2f2b93e5283713d
Replace PRId64 with "jd" in a printf call. Cast the corresponding value to
intmax_t, because the original type is off_t.

Reported by: bde
tools/regression/aio/aiop/aiop.c