From owner-freebsd-stable@FreeBSD.ORG Wed Feb 18 06:26:21 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D37E1DD; Wed, 18 Feb 2015 06:26:21 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0363C35B; Wed, 18 Feb 2015 06:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Ehjn0bytsZqna+nMezNb9oSvdGif9O269oIpOHXMNxE=; b=MdtkMynl9oediw/2fooI4HZLp2MEjPlCj7VATuK52GktMOTsqWA3S8s1SbKoyHPmZojOQR4sMjeFpCWSB9xg+C/CvOkysyHplgpnTO6Z/dnI3KfPueo7qGP9q+1fjoYXaxg9kQQPMedj1TJHlY6GUR7GsFneBceDY0AxrjyvZpc=; Received: from [114.124.38.101] (port=61521 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YNy5N-000rrz-2k; Tue, 17 Feb 2015 23:26:14 -0700 Date: Wed, 18 Feb 2015 14:26:05 +0800 From: Erich Dollansky To: kpneal@pobox.com Subject: Re: top, fixed buffer length in utils.c Message-ID: <20150218142605.28e2eafb@B85M-HD3-0.alogt.com> In-Reply-To: <20150218025100.GA49517@neutralgood.org> References: <20150201175159.7fa88d16@B85M-HD3-0.alogt.com> <20150216035636.GA80472@neutralgood.org> <201502171657.07538.jhb@freebsd.org> <20150218025100.GA49517@neutralgood.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org, Brandon Allbery , John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 06:26:21 -0000 Hi, On Tue, 17 Feb 2015 21:51:00 -0500 kpneal@pobox.com wrote: > TL;DR: we shouldn't go littering our source tree with portability crap > just to handle a case (64 bit ints) that is probably many, many years > in the future. > an interesting attitude ... Erich