Hi! We got some build errors of this package in recent Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114140 This used to work, so something must have changed, but it seems the prototype is a bit weird, quoting `/usr/include/tirpc/rpc/xdr.h`: ``` #ifdef _KERNEL typedef bool_t (*xdrproc_t)(XDR *, void *, u_int); #else /* * XXX can't actually prototype it, because some take three args!!! */ typedef bool_t (*xdrproc_t)(XDR *, ...); #endif ``` Any ideas? Thanks, Simon