CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/07/26 03:36:25
Modified files: lib/libc/rpc : xdr_float.c Log message: Assumptions about floating-point word order based on BYTE_ORDER are wrong on ARM. A more elegant solution is pending, but this is good for now. OK miod@.