Date: Thu, 13 Mar 2003 15:34:19 -0800 (PST) From: Robert Drehmel <robert@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ckdist ckdist.c Message-ID: <200303132334.h2DNYJEm006874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2003/03/13 15:34:19 PST FreeBSD src repository Modified files: usr.sbin/ckdist ckdist.c Log: - Align the function prototype of the external `crc' function with how `crc' is actually defined. Data type corrections: - Define variables which contain file byte offset values as type off_t as required by the `crc' function. - Change the type of a variable carrying a CRC checksum from `u_long' to `uint32_t'. - Parse the length of a file with sscanf as `intmax_t' (as there is no conversion specifier for `off_t'). Style(9): - Put an empty line between #include directives for system and user header files. Revision Changes Path 1.5 +11 -6 src/usr.sbin/ckdist/ckdist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303132334.h2DNYJEm006874>