From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:16:59 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D97D16A420; Tue, 27 Dec 2005 16:16:59 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC7A43D5D; Tue, 27 Dec 2005 16:16:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4660865 for multiple; Tue, 27 Dec 2005 11:18:46 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBRGGthM019190; Tue, 27 Dec 2005 11:16:55 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Stefan Farfeleder Date: Tue, 27 Dec 2005 11:05:15 -0500 User-Agent: KMail/1.8.2 References: <200512271233.jBRCXIgp017054@repoman.freebsd.org> In-Reply-To: <200512271233.jBRCXIgp017054@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512271105.17467.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1218/Mon Dec 26 08:46:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netatm atm_sys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 16:16:59 -0000 On Tuesday 27 December 2005 07:33 am, Stefan Farfeleder wrote: > stefanf 2005-12-27 12:33:18 UTC > > FreeBSD src repository > > Modified files: > sys/netatm atm_sys.h > Log: > Try to unbreak the tinderbox: Cast a time_t argument to long before > printing it with %ld. You should probably use intmax_t and %j instead. On an i386 with a 64-bit time_t, time_t doesn't fit into a long. If time_t were 64-bit on powerpc you'd have the same problem there as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org