Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2005 20:04:22 +0200
From:      Max Laier <max@love2party.net>
To:        Peter Grehan <grehan@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: [current tinderbox] failure on powerpc/powerpc
Message-ID:  <200505062004.34884.max@love2party.net>
In-Reply-To: <4276C18F.1080207@freebsd.org>
References:  <20050502201921.4F0387306E@freebsd-current.sentex.ca> <4276C18F.1080207@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505062004.34884.max>