From owner-freebsd-current@FreeBSD.ORG Wed Apr 6 14:00:57 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D58516A4CE; Wed, 6 Apr 2005 14:00:57 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D1043D39; Wed, 6 Apr 2005 14:00:56 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id A86F81F22B; Wed, 6 Apr 2005 16:00:55 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id 7FEDF6377; Wed, 6 Apr 2005 16:00:55 +0200 (CEST) Date: Wed, 6 Apr 2005 16:00:55 +0200 From: Marc Olzheim To: Jacques Vidrine Message-ID: <20050406140055.GA2992@stack.nl> References: <20050405171923.GA86590@troutmask.apl.washington.edu> <114ae55ee345c1c0d75b2d5baa7f8c8d@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <114ae55ee345c1c0d75b2d5baa7f8c8d@FreeBSD.org> X-Operating-System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.9i cc: freebsd-current@freebsd.org cc: Steve Kargl Subject: Re: rexecd break world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 14:00:57 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 05, 2005 at 01:10:23PM -0500, Jacques Vidrine wrote: > >/usr/src/libexec/rexecd/rexecd.c: In function `doit': > >/usr/src/libexec/rexecd/rexecd.c:206: warning: passing arg 4 of=20 > >`xgetpwnam' from incompatible pointer type > >*** Error code 1 >=20 > Shoot, my bad. That got past WARNS=3D6 on i386 on all branches here. =20 > Will fix. Jup, gcc is _very_ selective in checking compatibility of same-sized integer types, let alone pointers to integer types. Testing on an LP64 system reveals some of these issues, but of course only those where type sizes differ from i386. Correct signdness of integer types is still not strictly checkable.. :-/ Marc --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCU+uXezjnobFOgrERAm/mAJ9aDrLnLCywkWMHaZZzgeN/k1Me7QCeKr1j /LftYxIVgUSlHLMk3NUViLs= =MR7z -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH--