mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 12:32:04 +00:00
xdr: ansify
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
85d4483d5e
commit
1842178ad3
@ -158,9 +158,7 @@ xdrmbuf_getlong(XDR *xdrs, long *lp)
|
||||
}
|
||||
|
||||
static bool_t
|
||||
xdrmbuf_putlong(xdrs, lp)
|
||||
XDR *xdrs;
|
||||
const long *lp;
|
||||
xdrmbuf_putlong(XDR *xdrs, const long *lp)
|
||||
{
|
||||
int32_t *p;
|
||||
int32_t t = htonl(*lp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user