From owner-svn-src-all@FreeBSD.ORG Sun Jun 20 01:54:21 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3E11065672; Sun, 20 Jun 2010 01:54:21 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id BCD4F8FC17; Sun, 20 Jun 2010 01:54:20 +0000 (UTC) Received: by gyh20 with SMTP id 20so2380203gyh.13 for ; Sat, 19 Jun 2010 18:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=5y0jVaXzDDhk/xK9X9e7JLRoYJyK9OIIxlB90/pA6HQ=; b=IWwFEkztBadlA84UI1oRGUBPWH8EQ1YVeYcj3gQSpM4dx2NgH1LWHfe22PTLr70vNw ppYymmgzxD2NaxEcmfRof6UpsWRqpuNPuI3J/HzNoL++aDiBkDGMGyC26DWg8/+fBZ+P kwiqKlOnaEN7hQ+EbeXRO8Ca9/Gt75PmOjDw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=qCn2dmRQMffJQes46sb0lj0h3bRk0BBHrqu/tcWXUxdkIOWo60InQLUc5E0mV6HDAT 0ZZHuPoBE++PnSk8tJFCNx63OKcA0XN4Xq7isrdpuEosRwCUPrnVGAaSBda82dtV38D+ Oxx/GuX0zJARR8dVWt17q4ag2UaI8L6CYtlpE= Received: by 10.229.222.69 with SMTP id if5mr1674159qcb.201.1276998859548; Sat, 19 Jun 2010 18:54:19 -0700 (PDT) Received: from kan.dnsalias.net (c-24-63-226-98.hsd1.ma.comcast.net [24.63.226.98]) by mx.google.com with ESMTPS id bv23sm51186352qcb.13.2010.06.19.18.54.18 (version=SSLv3 cipher=RC4-MD5); Sat, 19 Jun 2010 18:54:18 -0700 (PDT) Date: Sat, 19 Jun 2010 21:54:12 -0400 From: Alexander Kabaev To: Marcel Moolenaar Message-ID: <20100619215412.47fc8ebf@kan.dnsalias.net> In-Reply-To: <201006200034.o5K0Y6xl041024@svn.freebsd.org> References: <201006200034.o5K0Y6xl041024@svn.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/LYWkrNXjs7LZSuwH4yMMiq_"; protocol="application/pgp-signature" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209358 - head/cddl/contrib/opensolaris/lib/libdtrace/common X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 01:54:21 -0000 --Sig_/LYWkrNXjs7LZSuwH4yMMiq_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 20 Jun 2010 00:34:06 +0000 (UTC) Marcel Moolenaar wrote: > Author: marcel > Date: Sun Jun 20 00:34:06 2010 > New Revision: 209358 > URL: http://svn.freebsd.org/changeset/base/209358 >=20 > Log: > Unbreak platforms with char unsigned by default. Oddly enough, GCC > isn't satisfied with a simple cast to int in the check against EOF, > so the fix is a bit involved by actually having to go through a > temporary variable. Thanks. Strangely enough I only got Garret's email alerting me of this breakage 5 min ago and your timely help is much appreciated. --=20 Alexander Kabaev --Sig_/LYWkrNXjs7LZSuwH4yMMiq_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMHXTJQ6z1jMm+XZYRAkrGAKCnUr2jcTuKAnBFeZ0xFgbGRDKtTACeP0Db MWXwSMAbZbvi2TFBiX9++OE= =Rgvv -----END PGP SIGNATURE----- --Sig_/LYWkrNXjs7LZSuwH4yMMiq_--