]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Correct the format specifier for shm_size. shm_size is a size_t unlike
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jun 2012 14:02:07 +0000 (14:02 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jun 2012 14:02:07 +0000 (14:02 +0000)
commitf4cc0e32a4a4832daf19707aaed48ad28b43e28f
treecde512ce2158ba69236f4677fcbf2d6df60baaab
parenta378600b13867e3c0f14d3354fbe6cc0604a3d5b
Correct the format specifier for shm_size.  shm_size is a size_t unlike
the uint64_t size field in libprocstat's shmstat structure in 9.x and
later.

Pointy hat to: jhb

git-svn-id: svn://svn.freebsd.org/base/stable/8@236714 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/fstat/fstat.c