[illumos-Developer] Error in xdr_float.c
Garrett D'Amore
garrett at damore.org
Mon Sep 6 09:38:56 PDT 2010
Please go to the illumos.org website and file a bug. If you want to
work on the fix yourself, including integration, you can do so, but you
need to go through some steps. The culmination of those steps is when
you get an SSH key that allows you to push code directly.
- Garrett
On Mon, 2010-09-06 at 16:54 +0200, Udo Grabowski wrote:
> Hello,
>
> an oversight in CR 6493074 caused CR 6901979, which is still not
> fixed in Opensolaris because the responsible engineer Gerald Thornbrugh
> had no time. Lines 123 and 198 still show
>
> defined(u3b15) || defined(i386) || defined(amd64)
>
> which are no longer defined. Both lines should read
>
> defined(__u3b15) || defined(__i386) || defined(__amd64)
>
> These are the last instances of this type of error (checked by
> grepping over all sources) .
>
> Can somebody fix this ? I've no rights to commit.
More information about the Developer
mailing list