XDR(3): Port to RTEMS

This commit is contained in:
Sebastian Huber
2016-06-09 11:48:16 +02:00
parent f41a394f91
commit a037da67c6
6 changed files with 24 additions and 6 deletions

View File

@@ -513,7 +513,7 @@ xdrrec_eof(xdrs)
bool_t
xdrrec_endofrecord(xdrs, sendnow)
XDR *xdrs;
bool_t sendnow;
int sendnow;
{
RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private);
u_long len; /* fragment length */