From owner-cvs-all@FreeBSD.ORG Sun Jan 27 04:33:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE1A16A417; Sun, 27 Jan 2008 04:33:35 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA4713C458; Sun, 27 Jan 2008 04:33:35 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m0R4XY0q075367; Sat, 26 Jan 2008 20:33:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m0R4XYmp075366; Sat, 26 Jan 2008 20:33:34 -0800 (PST) (envelope-from obrien) Date: Sat, 26 Jan 2008 20:33:34 -0800 From: "David O'Brien" To: Yar Tikhiy Message-ID: <20080127043334.GA75235@dragon.NUXI.org> References: <200801261709.m0QH9f2D024309@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801261709.m0QH9f2D024309@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/include fts.h src/lib/libc/gen Makefile.inc Symbol.map fts-compat.c fts-compat.h fts.3 fts.c src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2008 04:33:35 -0000 On Sat, Jan 26, 2008 at 05:09:41PM +0000, Yar Tikhiy wrote: > o For things that should be at least 64 bits wide, use long long > and not int64_t, as the latter is an optional type. I don't follow - int64_t is an ISO-C99 type, and we have it in FreeBSD. Is this code expected to be taken from FreeBSD and used in some pre-C99 system? -- -- David (obrien@FreeBSD.org)