mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 18:20:38 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -54,9 +54,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
|
||||
bool_t
|
||||
xdr_pmap(xdrs, regs)
|
||||
XDR *xdrs;
|
||||
struct pmap *regs;
|
||||
xdr_pmap(XDR *xdrs, struct pmap *regs)
|
||||
{
|
||||
|
||||
assert(xdrs != NULL);
|
||||
|
Reference in New Issue
Block a user