From owner-freebsd-current@FreeBSD.ORG Fri May 6 18:04:39 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 764C916A4D6; Fri, 6 May 2005 18:04:39 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DF843D76; Fri, 6 May 2005 18:04:37 +0000 (GMT) (envelope-from max@love2party.net) Received: from p54A3B41A.dip.t-dialin.net[84.163.180.26] (helo=donor.laier.local) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwtQ-1DU7Bj34k1-0002yY; Fri, 06 May 2005 20:04:35 +0200 From: Max Laier To: Peter Grehan Date: Fri, 6 May 2005 20:04:22 +0200 User-Agent: KMail/1.8 References: <20050502201921.4F0387306E@freebsd-current.sentex.ca> <4276C18F.1080207@freebsd.org> In-Reply-To: <4276C18F.1080207@freebsd.org> MIME-Version: 1.0 Message-Id: <200505062004.34884.max@love2party.net> Content-Type: multipart/signed; boundary="nextPart10832705.gjCutZFyNv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 cc: darrenr@freebsd.org cc: powerpc@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: [current tinderbox] failure on powerpc/powerpc 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: Fri, 06 May 2005 18:04:39 -0000 --nextPart10832705.gjCutZFyNv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 03 May 2005 02:10, Peter Grehan wrote: > I've sent mail to Darren about this: it's a PPC-only (well, maybe ARM > as well) default-unsigned-char problem. For those that want to > buildworld appended is the patch I'm using. > > later, > > Peter. > > RCS file: /home/ncvs/src/contrib/ipfilter/tools/ipmon.c,v > retrieving revision 1.2 > diff -u -r1.2 ipmon.c > --- ipmon.c 25 Apr 2005 18:20:15 -0000 1.2 > +++ ipmon.c 1 May 2005 08:42:53 -0000 > @@ -1024,7 +1024,7 @@ > (void) sprintf(t, "%*.*s%u", len, len, ipf->fl_ifname, > ipf->fl_unit); > t +=3D strlen(t); > #endif > -#ifdef __sgi > +#if (defined(__sgi) || defined(__powerpc__)) > if ((ipf->fl_group[0] =3D=3D 255) && (ipf->fl_group[1] =3D=3D '\= 0')) > #else > if ((ipf->fl_group[0] =3D=3D -1) && (ipf->fl_group[1] =3D=3D '\0= ')) Just saw your mail now. Darren has had enough time to veto against it. Ple= ase=20 go ahead, fix the build and shut up the tinderbox. Thanks! =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart10832705.gjCutZFyNv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCe7GyXyyEoT62BG0RAvjUAJ9YHcouiCR2Cwnvg5fdUm6HYX4LnQCeOOB8 vi3yAjRlQf+t/hJN/12CBfk= =m5/8 -----END PGP SIGNATURE----- --nextPart10832705.gjCutZFyNv--