Date: Mon, 15 Apr 2002 14:04:33 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ntptime.c Message-ID: <200204152104.g3FL4Xc60599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/04/15 14:04:33 PDT Modified files: sys/kern kern_ntptime.c Log: You have to cast int64_t's to long long if you printf them with %lld. This now compiles on alpha without a warning. Pointy-hat to: phk Revision Changes Path 1.45 +2 -2 src/sys/kern/kern_ntptime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204152104.g3FL4Xc60599>