This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add xdr support


Corinna Vinschen wrote:
> Thank you!  Everything's applied.  I just trimmed the ChangeLog entry
> slighty.

Thanks.

I've found a (small) problem though.  I was trying to compile the
(external) tirpc library, and discovered that we need to export two
additional "private" functions from XDR:

__xdrrec_getrec
__xdrrec_setnonblock

There's nothing really "private" about them, but they are not declared
in the xdr.h header -- the libtirpc's rpc implementation declares the
functions itself, but expects them to be provided by XDR.  The newlib
XDR implementation provides them, but I just didn't include them in
cygwin.din.

I'm testing a patch now; will post later.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]