Module Name: src Committed By: apb Date: Sun Aug 17 07:05:44 UTC 2014
Modified Files: src/sbin/ccdconfig: ccdconfig.c Log Message: Don't print ccd_size with %zu; it no longer has type size_t. Instead, cast to uintmax_t and print with %ju. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sbin/ccdconfig/ccdconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.