diff options
author | bde <bde@FreeBSD.org> | 2002-07-11 17:49:41 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-07-11 17:49:41 +0000 |
commit | 9180aabc4ca6e999cde1883d5f2fa501c953cd36 (patch) | |
tree | 1087475304b27d4fbf55321cbe2bd410e4760a0f /sys/kern | |
parent | 8677b9941078cccf6c63cf5f21b31bf8192df4f4 (diff) | |
download | FreeBSD-src-9180aabc4ca6e999cde1883d5f2fa501c953cd36.zip FreeBSD-src-9180aabc4ca6e999cde1883d5f2fa501c953cd36.tar.gz |
Fixed 4 printf format errors that were fatal on alphas. %qd is not even
suitable for printing quad_t's since it is equivalent to %lld but quad_t
is unsigned long on alphas. quad_t shouldn't be used anyway.
Diffstat (limited to 'sys/kern')
0 files changed, 0 insertions, 0 deletions