xdrrec_getbytes
if (! xdrrec_getbytes(xdrs, (caddr_t)&mylong,
static bool_t xdrrec_getbytes(XDR *, caddr_t, u_int);
xdrrec_getbytes,
if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong,
static bool_t xdrrec_getbytes(XDR *, char *, u_int);
xdrrec_getbytes,