Date: Wed, 6 Apr 2005 16:00:55 +0200 From: Marc Olzheim <marcolz@stack.nl> To: Jacques Vidrine <nectar@FreeBSD.org> Cc: Steve Kargl <sgk@troutmask.apl.washington.edu> Subject: Re: rexecd break world Message-ID: <20050406140055.GA2992@stack.nl> In-Reply-To: <114ae55ee345c1c0d75b2d5baa7f8c8d@FreeBSD.org> References: <20050405171923.GA86590@troutmask.apl.washington.edu> <114ae55ee345c1c0d75b2d5baa7f8c8d@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050406140055.GA2992>