From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 7 11:00:59 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D15037B410 for ; Mon, 7 Apr 2003 11:00:59 -0700 (PDT) Received: from snark.ratmir.ru (snark.ratmir.ru [213.24.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BEE143FDF for ; Mon, 7 Apr 2003 11:00:55 -0700 (PDT) (envelope-from freebsd@snark.ratmir.ru) Received: from snark.ratmir.ru (freebsd@localhost [127.0.0.1]) by snark.ratmir.ru (8.12.9/8.12.9) with ESMTP id h37I0rDR015829 for ; Mon, 7 Apr 2003 22:00:54 +0400 (MSD) (envelope-from freebsd@snark.ratmir.ru) Received: (from freebsd@localhost) by snark.ratmir.ru (8.12.9/8.12.9/Submit) id h37I0rJx015828 for freebsd-hackers@freebsd.org; Mon, 7 Apr 2003 22:00:53 +0400 (MSD) Resent-From: alexs@ratmir.ru Resent-Date: Mon, 7 Apr 2003 22:00:53 +0400 Resent-Message-ID: <20030407180053.GA15818@snark.ratmir.ru> Resent-To: freebsd-hackers@freebsd.org Date: Mon, 7 Apr 2003 17:57:57 +0400 From: Alex Semenyaka To: Giorgos Keramidas Message-ID: <20030407135757.GA14719@snark.ratmir.ru> References: <20030405030629.GA2669@snark.ratmir.ru> <20030406032450.GC4130@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030406032450.GC4130@gothmog.gr> User-Agent: Mutt/1.5.4i Subject: Re: /bin/sh and BIG NUMBERS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 18:00:59 -0000 On Sun, Apr 06, 2003 at 06:24:50AM +0300, Giorgos Keramidas wrote: >> [snip rest of long-long using patch] > Nice idea, but we should probably ask the -standards people if we > can/should make this use uint64_t and %jd instead of `long long' > (using %qd is deprecated and %lld is advised in printf(3) anyway). Well I can remake the patch with uint64_t and repost it here, to -stable and to -current (original patch was for -CURRENT, of course). Will do in in couple of hours. SY, Alex