Date: Wed, 26 Oct 2005 19:44:17 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/netrate/http http.c Message-ID: <200510261944.j9QJiHh3090932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-10-26 19:44:17 UTC FreeBSD src repository Modified files: tools/tools/netrate/http http.c Log: Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs. I changed every u_int64_t to uintmax_t, as we should use eventually uint64_t anyway those days. Revision Changes Path 1.3 +6 -5 src/tools/tools/netrate/http/http.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510261944.j9QJiHh3090932>