apparently one of the headers used by xdr.c isnt picking up linux/string.h. dont know what changed.
Derrick pulled in a change from one of my sandboxes (we're doing some back-and-forth macos x development), that turns out to have been less-than good.
I had decided that pulling in afsincludes.h (via rx.h) in xdr_prototypes.h was counterproductive, since xdr_prototypes.h is pulled in (via xdr.h) in sysincludes.h. At the time, I did not realize that xdr.c did not itself include sysincludes.h or rx.h
The two possible fixes are
1) revert the part of macos-104-not-yet-20050508 that touches xdr_prototypes.h, or maybe
2) add #include "rx.h" under #include "xdr.h" in xdr.c
p7sZwcmJ9eMnl.p7s
Description: S/MIME cryptographic signature
