forked from Imagelibrary/rtems
2010-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/xdr_mbuf.c: Warning removal.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libfs/src/nfsclient/src/xdr_mbuf.c: Warning removal.
|
||||||
|
|
||||||
2010-05-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-05-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libcsupport/include/rtems/libio.h: Remove if 0 section. Formatting.
|
* libcsupport/include/rtems/libio.h: Remove if 0 section. Formatting.
|
||||||
|
|||||||
@@ -186,7 +186,8 @@ xdrmbuf_create(XDR *xdrs, struct mbuf *mbuf, enum xdr_op op)
|
|||||||
MBPrivate mbp;
|
MBPrivate mbp;
|
||||||
|
|
||||||
xdrs->x_op = op;
|
xdrs->x_op = op;
|
||||||
assert( mbp = (MBPrivate)my_malloc(sizeof(*mbp)) );
|
mbp = (MBPrivate)my_malloc(sizeof(*mbp));
|
||||||
|
assert( mbp );
|
||||||
xdrs->x_base = (caddr_t) mbp;
|
xdrs->x_base = (caddr_t) mbp;
|
||||||
|
|
||||||
mbp->mchain = mbuf;
|
mbp->mchain = mbuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user