[illumos-Developer] Error in xdr_float.c
Udo Grabowski
udo.grabowski at kit.edu
Mon Sep 6 07:54:52 PDT 2010
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.
--
Dr.Udo Grabowski Inst.f.Meteorology a.Climate Research IMK-ASF-SAT
www-imk.fzk.de/asf/sat/grabowski/ www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technology http://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany Tel:(+49)7247 82-6026,Fax:-7026
More information about the Developer
mailing list